This commit is contained in:
zotlabs 2019-04-29 22:34:50 -07:00
parent 529dcc9987
commit 9678e44c4a

View file

@ -491,7 +491,7 @@ function db_indexes($table) {
if($table) {
if(ACTIVE_DBTYPE === DBTYPE_POSTGRES) {
$r = q("SELECT indexname from pg_indexes where tablename = '%s',
$r = q("SELECT indexname from pg_indexes where tablename = '%s'",
dbesc($table)
);
if($r) {