aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/www/include/modules
diff options
context:
space:
mode:
authorM.Gergo2019-08-11 13:23:22 +0200
committerM.Gergo2019-08-11 13:23:22 +0200
commit729b5f5c66977a3b66a9a3e8bdaa35a3b9e7022a (patch)
tree9a10d3237d0f49da57a5cc1160b7e224dbd88228 /mayor-orig/mayor-naplo/www/include/modules
parentc4a95f32d1153730b09ffbbf19ea775e6bf2f3ba (diff)
downloadmayor-729b5f5c66977a3b66a9a3e8bdaa35a3b9e7022a.tar.gz
mayor-729b5f5c66977a3b66a9a3e8bdaa35a3b9e7022a.zip
Rev: 4525rev4525
Diffstat (limited to 'mayor-orig/mayor-naplo/www/include/modules')
-rw-r--r--mayor-orig/mayor-naplo/www/include/modules/naplo/share/file.php2
1 files changed, 1 insertions, 1 deletions
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);