diff --git a/ChangeLog b/ChangeLog index b8a598d95..b7190d6ed 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,12 +6,20 @@ $Id$ $Source$ 2002-02-08 Marc Delisle - * ukrainian updates thanks to Markijan Baran - + * ukrainian updates thanks to Markijan Baran. + 2002-02-08 Loïc Chapeaux * lang/bulgarian-*; lang/japanese.inc.php3: updated thanks to Georgi Georgiev. - * lang/japanese.inc.php3 : fixes by "Luc" . + * lang/japanese.inc.php3: fixes by "Luc" . + * left.php3: beautified the alignement of the generated xhtml code (it's + easier to find error this way ;)). + * sql.php3, line 76: replaced space characters by the "[[:space:]]" POSIX + expression. + * Documentation.html; tbl_properties.inc.php3: xhtml fix. + * user_details.php3; mult_submits.inc.php3; tbl_replace.php3; + tbl_properties.php3: + removed tabs and/or trailing spaces. 2002-02-05 Marc Delisle * sql.php3, bug 463683 state tracking problem diff --git a/mult_submits.inc.php3 b/mult_submits.inc.php3 index 5e030d9bc..790aa4863 100644 --- a/mult_submits.inc.php3 +++ b/mult_submits.inc.php3 @@ -1,6 +1,7 @@ -
  • - +
    diff --git a/tbl_replace.php3 b/tbl_replace.php3 index c6c419037..2727dd31c 100755 --- a/tbl_replace.php3 +++ b/tbl_replace.php3 @@ -7,6 +7,8 @@ */ require('./libraries/grab_globals.lib.php3'); require('./libraries/common.lib.php3'); + + /** * Initializes some variables */ @@ -27,8 +29,8 @@ if (isset($after_insert) && $after_insert == 'new_insert') { . '&disp_direction=' . $disp_direction . '&repeat_cells=' . $repeat_cells . (empty($sql_query) ? '' : '&sql_query=' . urlencode($sql_query)); -} else if ($goto == 'sql.php3' - or ($goto == 'tbl_properties.php3' and !empty($sql_query))) { +} else if ($goto == 'sql.php3' + || ($goto == 'tbl_properties.php3' && !empty($sql_query))) { $goto = 'sql.php3?' . 'lang=' . $lang . '&server=' . $server diff --git a/user_details.php3 b/user_details.php3 index 63af47e6c..450f87a54 100644 --- a/user_details.php3 +++ b/user_details.php3 @@ -1,6 +1,7 @@