Skip to content

Commit

Permalink
MODIFIED: Fixed version after install
Browse files Browse the repository at this point in the history
  • Loading branch information
arnecls committed Oct 20, 2013
1 parent 043c15f commit 5334a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/query/tools_install.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function InstallDefaultSettings($Prefix)
$Connector->exec( "INSERT INTO `".$Prefix."Setting` (`Name`, `IntValue`, `TextValue`) VALUES('StartOfWeek', 1, '');" );

if ( !in_array("Version", $ExistingSettings) )
$Connector->exec( "INSERT INTO `".$Prefix."Setting` (`Name`, `IntValue`, `TextValue`) VALUES('Version', 100s, '');" );
$Connector->exec( "INSERT INTO `".$Prefix."Setting` (`Name`, `IntValue`, `TextValue`) VALUES('Version', 100, '');" );

$TestSt->closeCursor();
}
Expand Down

0 comments on commit 5334a26

Please sign in to comment.