fix debug bar
This commit is contained in:
parent
ccb88a9b76
commit
0c86eebcc7
@ -205,6 +205,18 @@ class TraceableDB extends DoliDB
|
||||
return $this->db->DDLListTables($database, $table);
|
||||
}
|
||||
|
||||
/**
|
||||
* List tables into a database with table info
|
||||
*
|
||||
* @param string $database Name of database
|
||||
* @param string $table Nmae of table filter ('xxx%')
|
||||
* @return array List of tables in an array
|
||||
*/
|
||||
public function DDLListTablesFull($database, $table = '')
|
||||
{
|
||||
return $this->db->DDLListTablesFull($database, $table);
|
||||
}
|
||||
|
||||
/**
|
||||
* Return last request executed with query()
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user