Reenable LIMIT appending (bug #1318624).
This commit is contained in:
@@ -66,6 +66,7 @@ $Source$
|
|||||||
user, it has to fail.
|
user, it has to fail.
|
||||||
* libraries/import/sql.php: Fix query parsing when there is comment or
|
* libraries/import/sql.php: Fix query parsing when there is comment or
|
||||||
string at the end.
|
string at the end.
|
||||||
|
* import.php: Reenable LIMIT appending (bug #1318624).
|
||||||
|
|
||||||
2005-10-07 Marc Delisle <lem9@users.sourceforge.net>
|
2005-10-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
|
* libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
|
||||||
|
@@ -357,8 +357,8 @@ if (isset($my_die)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($go_sql) {
|
if ($go_sql) {
|
||||||
// cleanup some variables, otherwise we confuse sql.php
|
// Set pos to zero to possibly append limit
|
||||||
unset($pos);
|
$pos = 0;
|
||||||
require('./sql.php');
|
require('./sql.php');
|
||||||
} else {
|
} else {
|
||||||
$active_page = $goto;
|
$active_page = $goto;
|
||||||
|
Reference in New Issue
Block a user