remove debugging statement and add a bit of output to updatecounts
This commit is contained in:
parent
d53d0f7908
commit
bb2f5defd5
|
@ -26,11 +26,11 @@ Update the notice and user counts cached in the database.
|
||||||
|
|
||||||
END_OF_UPDATECOUNTS_HELP;
|
END_OF_UPDATECOUNTS_HELP;
|
||||||
|
|
||||||
echo "INSTALLDIR=".INSTALLDIR."\n";
|
|
||||||
|
|
||||||
require_once INSTALLDIR.'/scripts/commandline.inc';
|
require_once INSTALLDIR.'/scripts/commandline.inc';
|
||||||
|
|
||||||
// Will fill the cache
|
// Will fill the cache
|
||||||
|
|
||||||
$userCounts = Sitemap_user_count::getAll();
|
$userCounts = Sitemap_user_count::getAll();
|
||||||
$noticeCounts = Sitemap_notice_count::getAll();
|
$noticeCounts = Sitemap_notice_count::getAll();
|
||||||
|
|
||||||
|
echo "Done.\n";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user