bug #652311
This commit is contained in:
@@ -8,6 +8,9 @@ $Source$
|
|||||||
2002-12-11 Alexander M. Turek <rabus@users.sourceforge.net>
|
2002-12-11 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* lang/german-*.inc.php3: Updates.
|
* lang/german-*.inc.php3: Updates.
|
||||||
* lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
|
* lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
|
||||||
|
* libraries/build_dump.php3:
|
||||||
|
- Fixed part 2 of bug #652311 (Undefined variables);
|
||||||
|
- Coding standards.
|
||||||
|
|
||||||
2002-12-11 Michal Cihar <nijel@users.sourceforge.net>
|
2002-12-11 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* tbl_dump.php3: Fix exporting of structure and data to file, fix and make
|
* tbl_dump.php3: Fix exporting of structure and data to file, fix and make
|
||||||
|
@@ -681,7 +681,7 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){
|
|||||||
$local_query = 'select * from ' . PMA_backquote($db) . '.' . PMA_backquote($table);
|
$local_query = 'select * from ' . PMA_backquote($db) . '.' . PMA_backquote($table);
|
||||||
$result = PMA_mysql_query($local_query) or PMA_mysqlDie('', $local_query, '', $error_url);
|
$result = PMA_mysql_query($local_query) or PMA_mysqlDie('', $local_query, '', $error_url);
|
||||||
|
|
||||||
$buffer .= '\begin{table} ' . $crlf
|
$buffer = '\begin{table} ' . $crlf
|
||||||
. ' \begin{longtable}{|';
|
. ' \begin{longtable}{|';
|
||||||
|
|
||||||
for($index=0;$index<$columns_cnt;$index++) {
|
for($index=0;$index<$columns_cnt;$index++) {
|
||||||
|
Reference in New Issue
Block a user