removed debugging leftover
This commit is contained in:
parent
06a964c32f
commit
882449266c
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ class Uexport extends BaseSettingsModule
|
||||||
|
|
||||||
private function uexport_account($a) {
|
private function uexport_account($a) {
|
||||||
|
|
||||||
echo "<p>in uexport_account</p>";
|
|
||||||
$user = SELF::uexport_row(
|
$user = SELF::uexport_row(
|
||||||
sprintf("SELECT * FROM `user` WHERE `uid` = %d LIMIT 1", intval(local_user()))
|
sprintf("SELECT * FROM `user` WHERE `uid` = %d LIMIT 1", intval(local_user()))
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue