diff --git a/ChangeLog b/ChangeLog index 669ce59ec..55c932f93 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,9 @@ $Source$ 2001-07-17 Marc Delisle * user_details.php3, bugs 441987, 441990: - corrections thanks to vinay and girish @sanisoft.com: + corrections thanks to vinay and girish @sanisoft.com + * tbl_properties.php3, new link to drop table, thanks to + Stuart Logan for the idea 2001-07-17 Steve Alberty * tbl_addfield.php3: add trouble detection if insert field failed diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 333b8487e..188ba896c 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -22,6 +22,12 @@ mysql_select_db($db); /** * Set parameters for links */ + +// it would be better to rename this variable "link_parameters" because +// "query" is often used by developers for a quick query +// and the real $query has to be reinitialized +// (I had to rename $query to $query_tmp somewhere in this script) + $query = "server=$server&lang=$lang&db=$db&table=$table&goto=tbl_properties.php3"; ?> @@ -803,8 +809,8 @@ if (MYSQL_MAJOR_VERSION == '3.23' && intval(MYSQL_MINOR_VERSION) >= 22) { 0) { while ($tmp = mysql_fetch_array($result)) { if (isset($tmp['Variable_name'])) { @@ -874,6 +880,9 @@ else { // MySQL < 3.23 } // end MySQL < 3.23 ?> +
  • + &zero_rows="> +