tbl_dump.php3:121: renamed $cfgServer_backup to $backup_cfgServer
This commit is contained in:
@@ -18,6 +18,7 @@ $Source$
|
||||
* scripts/extchg.sh: Updated URL
|
||||
* scripts/convertcfg.pl: Conversion between old config files and new ones.
|
||||
* scripts/*: Updated comments somewhat
|
||||
* tbl_dump.php3:121: renamed $cfgServer_backup to $backup_cfgServer
|
||||
|
||||
2002-04-23 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_printview.php3, lang/*.php3: Relation links in printview,
|
||||
|
@@ -118,10 +118,10 @@ if (empty($asfile)
|
||||
*/
|
||||
// No download
|
||||
if (empty($asfile)) {
|
||||
$cfgServer_backup = $cfg['Server'];
|
||||
$backup_cfgServer = $cfg['Server'];
|
||||
include('./header.inc.php3');
|
||||
$cfg['Server'] = $cfgServer_backup;
|
||||
unset($cfgServer_backup);
|
||||
$cfg['Server'] = $backup_cfgServer;
|
||||
unset($backup_cfgServer);
|
||||
echo '<div align="' . $cell_align_left . '">' . "\n";
|
||||
echo ' <pre>' . "\n";
|
||||
} // end if
|
||||
|
Reference in New Issue
Block a user