display PDF schema did not work (missing dot)
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
|||||||
2006-01-06 Marc Delisle <lem9@users.sourceforge.net>
|
2006-01-06 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all
|
* db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all
|
||||||
columns as Null Yes
|
columns as Null Yes
|
||||||
|
* pdf_schema.php: display PDF schema did not work (missing dot)
|
||||||
|
|
||||||
2006-01-04 Marc Delisle <lem9@users.sourceforge.net>
|
2006-01-04 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* server_privileges.php: since we use DROP USER, some options to
|
* server_privileges.php: since we use DROP USER, some options to
|
||||||
|
@@ -709,7 +709,7 @@ class PMA_RT_Table
|
|||||||
|
|
||||||
//x and y
|
//x and y
|
||||||
$sql = 'SELECT x, y FROM '
|
$sql = 'SELECT x, y FROM '
|
||||||
. PMA_backquote($GLOBALS['cfgRelation']['db']) . PMA_backquote($cfgRelation['table_coords'])
|
. PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords'])
|
||||||
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
|
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
|
||||||
. ' AND table_name = \'' . PMA_sqlAddslashes($table_name) . '\''
|
. ' AND table_name = \'' . PMA_sqlAddslashes($table_name) . '\''
|
||||||
. ' AND pdf_page_number = ' . $pdf_page_number;
|
. ' AND pdf_page_number = ' . $pdf_page_number;
|
||||||
|
Reference in New Issue
Block a user