From: Evan Prodromou Date: Sat, 10 Jul 2010 13:58:27 +0000 (-0400) Subject: remove debugging statement and add a bit of output to updatecounts X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb2f5defd5bb32820bc82a3c2087f926cd0e07ad;p=quix0rs-gnu-social.git remove debugging statement and add a bit of output to updatecounts --- diff --git a/plugins/Sitemap/scripts/updatecounts.php b/plugins/Sitemap/scripts/updatecounts.php index 15c9864187..91bc0ac4e9 100644 --- a/plugins/Sitemap/scripts/updatecounts.php +++ b/plugins/Sitemap/scripts/updatecounts.php @@ -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";