removed tabs and/or trailing spaces
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -6,12 +6,20 @@ $Id$
|
||||
$Source$
|
||||
|
||||
2002-02-08 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* ukrainian updates thanks to Markijan Baran
|
||||
* ukrainian updates thanks to Markijan Baran.
|
||||
|
||||
2002-02-08 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* lang/bulgarian-*; lang/japanese.inc.php3: updated thanks to
|
||||
Georgi Georgiev.
|
||||
* lang/japanese.inc.php3 : fixes by "Luc" <luc at ceres.dti.ne.jp>.
|
||||
* lang/japanese.inc.php3: fixes by "Luc" <luc at ceres.dti.ne.jp>.
|
||||
* 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 <lem9@users.sourceforge.net>
|
||||
* sql.php3, bug 463683 state tracking problem
|
||||
|
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
|
||||
/**
|
||||
* Confirmation form if required or include of other scripts
|
||||
*/
|
||||
@@ -160,8 +161,8 @@ else if ((get_magic_quotes_gpc() && stripslashes($mult_btn) == $strYes)
|
||||
break;
|
||||
} // end switch
|
||||
|
||||
// All "DROP TABLE","DROP FIELD" and "OPTIMIZE TABLE" statements
|
||||
// will be run at once below
|
||||
// All "DROP TABLE","DROP FIELD" and "OPTIMIZE TABLE" statements will
|
||||
// be run at once below
|
||||
if ($query_type != 'drop_tbl'
|
||||
&& $query_type != 'drop_fld'
|
||||
&& $query_type != 'optimize_tbl') {
|
||||
|
@@ -691,7 +691,6 @@ echo "\n";
|
||||
</li>
|
||||
|
||||
<!-- Query box and bookmark support -->
|
||||
|
||||
<li>
|
||||
<a name="querybox"></a>
|
||||
<form method="post" action="read_dump.php3" enctype="multipart/form-data"
|
||||
|
@@ -7,6 +7,8 @@
|
||||
*/
|
||||
require('./libraries/grab_globals.lib.php3');
|
||||
require('./libraries/common.lib.php3');
|
||||
|
||||
|
||||
/**
|
||||
* Initializes some variables
|
||||
*/
|
||||
@@ -28,7 +30,7 @@ if (isset($after_insert) && $after_insert == 'new_insert') {
|
||||
. '&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))) {
|
||||
|| ($goto == 'tbl_properties.php3' && !empty($sql_query))) {
|
||||
$goto = 'sql.php3?'
|
||||
. 'lang=' . $lang
|
||||
. '&server=' . $server
|
||||
|
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
/* $Id$*/
|
||||
|
||||
|
||||
/**
|
||||
* Gets some core libraries
|
||||
*/
|
||||
|
Reference in New Issue
Block a user