load Private as well as Name,Value from Config
This commit is contained in:
parent
35efb111ac
commit
ce2d605b3d
|
@ -165,7 +165,7 @@ function loadConfig( $defineConsts=true ) {
|
|||
|
||||
$config = array();
|
||||
|
||||
$result = $dbConn->query('SELECT Name,Value FROM Config');
|
||||
$result = $dbConn->query('SELECT Name,Value,Private FROM Config');
|
||||
if ( !$result )
|
||||
echo mysql_error();
|
||||
while( $row = dbFetchNext($result) ) {
|
||||
|
|
Loading…
Reference in New Issue