Fixing a typo.
This commit is contained in:
parent
37d003f379
commit
b21461d50c
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue