Browse Source

Fix for bug #68

Maurits van der Schee 8 years ago
parent
commit
10c90945b8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      api.php

+ 1
- 1
api.php View File

374
 	public function __construct() {
374
 	public function __construct() {
375
 		$this->queries = array(
375
 		$this->queries = array(
376
 			'list_tables'=>'SELECT
376
 			'list_tables'=>'SELECT
377
-					"TABLE_NAME","TABLE_COMMENT"
377
+					"TABLE_NAME",\'\' as "TABLE_COMMENT"
378
 				FROM
378
 				FROM
379
 					"INFORMATION_SCHEMA"."TABLES"
379
 					"INFORMATION_SCHEMA"."TABLES"
380
 				WHERE
380
 				WHERE

Loading…
Cancel
Save