Skip to content

Commit

Permalink
Update GetConfig.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboPT committed Mar 1, 2018
1 parent adeddb1 commit d04c256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/GetConfig.php
Expand Up @@ -45,7 +45,7 @@
$result = DB_query("SELECT decimalplaces FROM currencies",'','',false,false);
if (DB_error_no()!=0) { //then decimalplaces not already a field in currencies
$result = DB_query("ALTER TABLE `currencies`
ADD COLUMN `decimalplaces` tinyint(3) NOT NULL DEFAULT 2 AFTER `hundredsname`",$db);
ADD COLUMN `decimalplaces` tinyint(3) NOT NULL DEFAULT 2 AFTER `hundredsname`");
}
/* Also reads all the company data set up in the company record and returns an array */

Expand Down

0 comments on commit d04c256

Please sign in to comment.