]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Sitemap/scripts/updatecounts.php
New DB_DataObject for storing favorites tally
[quix0rs-gnu-social.git] / plugins / Sitemap / scripts / updatecounts.php
index 15c98641875421a3bd51a00ed1ac6548d59a76ce..91bc0ac4e9720a23532973182c7bb749a06e1bb7 100644 (file)
@@ -26,11 +26,11 @@ Update the notice and user counts cached in the database.
 
 END_OF_UPDATECOUNTS_HELP;
 
-echo "INSTALLDIR=".INSTALLDIR."\n";
-
 require_once INSTALLDIR.'/scripts/commandline.inc';
 
 // Will fill the cache
 
 $userCounts = Sitemap_user_count::getAll();
 $noticeCounts = Sitemap_notice_count::getAll();
+
+echo "Done.\n";