X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fuexport.php;h=c1b3dd1e4b169e7a6f5c9ca3227f2306b9fdce0e;hb=d0780ccf7dd3efb5337912dcf293617bea495d2a;hp=5881817b300e962a300e6a9514da281332bbe61a;hpb=39ff6e9ce9251fe69b56ba05ea7bdc1896f34de2;p=friendica.git diff --git a/mod/uexport.php b/mod/uexport.php index 5881817b30..c1b3dd1e4b 100644 --- a/mod/uexport.php +++ b/mod/uexport.php @@ -1,6 +1,10 @@ System::baseUrl(), - '$title' => t('Export personal data'), + '$title' => L10n::t('Export personal data'), '$options' => $options ]); } @@ -137,6 +141,7 @@ function uexport_all(App $a) { uexport_account($a); echo "\n"; + $total = 0; $r = q("SELECT count(*) as `total` FROM `item` WHERE `uid` = %d ", intval(local_user()) );