interface/lib/classes/tform.inc.php
@@ -435,7 +435,7 @@ break; default: $new_record[$key] = htmlspecialchars($field['value']); $new_record[$key] = htmlspecialchars($field['default']); } } @@ -600,6 +600,9 @@ global $app; // If there are no data records on the tab, return empty sql string if(count($this->formDef['tabs'][$tab]['fields']) == 0) return ''; // checking permissions if($this->formDef['auth'] == 'yes') { if($action == "INSERT") { @@ -653,6 +656,7 @@ } } // Füge Backticks nur bei unvollständigen Tabellennamen ein if(stristr($this->formDef['db_table'],'.')) { $escape = '';