Switch all array init calles to no space before bracket
Also bug fix in Form General for load int PK calls with non int types
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
*********************************************************************/
|
||||
|
||||
// each host has a different db_host
|
||||
$SITE_CONFIG = array (
|
||||
$SITE_CONFIG = array(
|
||||
// development host
|
||||
'soba.tokyo.tequila.jp' => array (
|
||||
'soba.tokyo.tequila.jp' => array(
|
||||
// db config selection
|
||||
'db_host' => 'test',
|
||||
// other db connections
|
||||
|
||||
Reference in New Issue
Block a user