X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fuexport.php;h=c1b3dd1e4b169e7a6f5c9ca3227f2306b9fdce0e;hb=d071a5cdad76f657fe0527b45717068b53b14bae;hp=552c91dcce487c5852686a69cd5a96112dcde597;hpb=9ab55181ed9a08c4887eabe5a85e58bc3b34d9fb;p=friendica.git diff --git a/mod/uexport.php b/mod/uexport.php index 552c91dcce..c1b3dd1e4b 100644 --- a/mod/uexport.php +++ b/mod/uexport.php @@ -141,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()) );