]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove debugging statement and add a bit of output to updatecounts
authorEvan Prodromou <evan@status.net>
Sat, 10 Jul 2010 13:58:27 +0000 (09:58 -0400)
committerEvan Prodromou <evan@status.net>
Sat, 10 Jul 2010 13:58:27 +0000 (09:58 -0400)
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";