X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fuexport.php;h=c1b3dd1e4b169e7a6f5c9ca3227f2306b9fdce0e;hb=ddaeb305bc9ed5ac4087d8b64ead5d71fc5957bd;hp=552c91dcce487c5852686a69cd5a96112dcde597;hpb=9cd3b17743b335407a663742998bbc0e93386f12;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()) );