From b21461d50cef19c1ab246d2b88ad07ecb30ac47e Mon Sep 17 00:00:00 2001 From: Martin Kamerbeek Date: Fri, 12 Aug 2005 15:35:26 +0000 Subject: [PATCH] Fixing a typo. --- docs/upgrades/upgrade_6.6.5-6.7.0.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_6.6.5-6.7.0.pl b/docs/upgrades/upgrade_6.6.5-6.7.0.pl index a593675dc..65ca5f946 100644 --- a/docs/upgrades/upgrade_6.6.5-6.7.0.pl +++ b/docs/upgrades/upgrade_6.6.5-6.7.0.pl @@ -22,7 +22,7 @@ GetOptions( WebGUI::Session::open("../..",$configFile); WebGUI::Session::refreshUserInfo(3); -WebGUI::SQL->write("insert into webguiVersion value (".quote($toVersion).",'upgrade',".time().")"); +WebGUI::SQL->write("insert into webguiVersion values (".quote($toVersion).",'upgrade',".time().")"); giveSnippetsMimeTypes(); addAssetVersioning();