Skip to content

Commit f0e6be6

Browse files
load Private as well as Name,Value from Config
1 parent 472555a commit f0e6be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/includes/config.php.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function loadConfig( $defineConsts=true ) {
164164

165165
$config = array();
166166

167-
$result = $dbConn->query('SELECT Name,Value FROM Config');
167+
$result = $dbConn->query('SELECT Name,Value,Private FROM Config');
168168
if ( !$result )
169169
echo mysql_error();
170170
while( $row = dbFetchNext($result) ) {

0 commit comments

Comments
 (0)