upgrades remove cache

fix post update dates 
add version tag to server status
This commit is contained in:
JT Smith 2005-12-08 03:14:11 +00:00
parent 5e4b39f41c
commit 7d0ca32de6
4 changed files with 21 additions and 5 deletions

View file

@ -26,10 +26,17 @@ upgradeRichEditor();
fixCSFaqTemplateAnchors();
updateProfileSystem();
convertDashboardPrefs();
fixPosts();
finish(); # this line required
#-------------------------------------------------
sub fixPosts {
print "\tFixing posts.\n" unless ($quiet);
WebGUI::SQL->write("update Post set dateUpdated=".time()." where dateUpdated=0");
}
#-------------------------------------------------
sub updateProfileSystem {
print "\tUpdating user profile system.\n" unless ($quiet);