latham
2011-05-04 8b9f1698fdec9d70a63b8a83962ccb2646fd00e3
interface/lib/classes/db_mysql.inc.php
@@ -483,7 +483,7 @@
       
    public function tableInfo($table_name) {
        //* Tabellenfelder einlesen ?
        if($rows = $this->queryAllRecords('SHOW FIELDS FROM $table_name')){
        if($rows = $this->queryAllRecords('SHOW FIELDS FROM '.$table_name)){
        foreach($rows as $row) {
            $name    = $row['Field'];
            $default = $row['Default'];