From 729b5f5c66977a3b66a9a3e8bdaa35a3b9e7022a Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Sun, 11 Aug 2019 13:23:22 +0200 Subject: Rev: 4525 --- mayor-orig/mayor-naplo/www/include/modules/naplo/share/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mayor-orig/mayor-naplo/www/include') diff --git a/mayor-orig/mayor-naplo/www/include/modules/naplo/share/file.php b/mayor-orig/mayor-naplo/www/include/modules/naplo/share/file.php index 24901ee8..96c323ce 100644 --- a/mayor-orig/mayor-naplo/www/include/modules/naplo/share/file.php +++ b/mayor-orig/mayor-naplo/www/include/modules/naplo/share/file.php @@ -137,7 +137,7 @@ $table = '`'.str_replace('.','`.`',$table).'`'; $q = "SHOW FIELDS FROM %s LIKE '%s'"; $v = array($table, $field); - $field = db_query($q, array('debug'=>true,'fv' => 'getEnumField', 'modul' => $modul, 'result' => 'record', 'values' => $v)); + $field = db_query($q, array('debug'=>false,'fv' => 'getEnumField', 'modul' => $modul, 'result' => 'record', 'values' => $v)); $enum = substr($field['Type'], 6, -2); $values = explode("','", $enum); -- cgit v1.2.3