]> git.mxchange.org Git - friendica.git/blobdiff - mod/uexport.php
Just some more fixed notice
[friendica.git] / mod / uexport.php
index 552c91dcce487c5852686a69cd5a96112dcde597..c1b3dd1e4b169e7a6f5c9ca3227f2306b9fdce0e 100644 (file)
@@ -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())
        );