display problem after a Select

This commit is contained in:
Marc Delisle
2001-08-08 19:58:06 +00:00
parent bffd92c15e
commit e091586971
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2001-08-08 Marc Delisle <lem9@users.sourceforge.net> 2001-08-08 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php3, enum values were not displayed * tbl_change.php3, enum values were not displayed
* sql.php3, bug of strange display after a Select
2001-08-08 Olivier M<>ller <om@omnis.ch> 2001-08-08 Olivier M<>ller <om@omnis.ch>
* new script create-release.sh * new script create-release.sh

View File

@@ -8,6 +8,9 @@
require('./grab_globals.inc.php3'); require('./grab_globals.inc.php3');
require('./lib.inc.php3'); require('./lib.inc.php3');
if (get_magic_quotes_gpc()) {
$sql_query = stripslashes($sql_query);
}
/** /**
* Bookmark add * Bookmark add