tbl_dump.php3:121: renamed $cfgServer_backup to $backup_cfgServer

This commit is contained in:
Robin Johnson
2002-04-25 01:41:31 +00:00
parent 6f0b4024d6
commit dd0833bb21
2 changed files with 4 additions and 3 deletions

View File

@@ -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,

View File

@@ -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