PluginProbe
CSS & JavaScript Toolbox / 8.0.3
CSS & JavaScript Toolbox v8.0.3
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
← All changes | framework/db/mysql/table.inc.php +0 -1 6.08.0.3 View file →
@@ -47,9 +47,8 @@
47 47 public function __construct(&$dbDriver, $table) {
48 48 // Set table name.
49 49 $this->dbDriver = $dbDriver;
50 50 $this->table = $this->dbDriver->getTableName($table);
51 - $this->id = $id;
52 51 // Read table fields.
53 52 $this->fields = $this->dbDriver->getColumns($this->table);
54 53 }
55 54