issue #531 - util/config and postgres
This commit is contained in:
parent
97d472380f
commit
ce41710a7c
@ -71,7 +71,7 @@ if($argc == 2) {
|
||||
}
|
||||
|
||||
if($argc == 1) {
|
||||
$r = q("select * from config where 1");
|
||||
$r = q("select * from config where true");
|
||||
if($r) {
|
||||
foreach($r as $rr) {
|
||||
echo "config[{$rr['cat']}][{$rr['k']}] = " . printable_config($rr['v']) . "\n";
|
||||
|
Reference in New Issue
Block a user