issue #531 - util/config and postgres

This commit is contained in:
redmatrix 2016-09-23 18:52:14 -07:00
parent 97d472380f
commit ce41710a7c

View file

@ -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";