removed tabs and/or trailing spaces

This commit is contained in:
Loïc Chapeaux
2002-02-10 09:31:41 +00:00
parent 579387e7c4
commit 7f919e6a86
54 changed files with 450 additions and 447 deletions

View File

@@ -19,7 +19,7 @@ function PMA_myHandler($sql_insert = '')
$sql_insert = eregi_replace('INSERT INTO (`?)' . $table . '(`?)', 'INSERT INTO ' . $target, $sql_insert);
$result = mysql_query($sql_insert) or PMA_mysqlDie('', $sql_insert, '', $GLOBALS['err_url']);
$sql_insert_data .= $sql_insert . ';' . "\n";
} // end of the 'PMA_myHandler()' function
@@ -135,7 +135,7 @@ if (isset($new_name) && trim($new_name) != '') {
else {
include('./header.inc.php3');
PMA_mysqlDie($strTableEmpty, '', '', $err_url);
}
}
/**