was caused by on other error, dont need

This commit is contained in:
Ralf Becker 2001-10-07 21:08:49 +00:00
parent 3c96729750
commit d925b4f11b

View File

@ -81,20 +81,8 @@
if ($this->config->config_data)
{
$link_pathes = unserialize($this->config->config_data['link_pathes']);
$send_file_ips = unserialize($this->config->config_data['send_file_ips']);
/*
* config.save_repository is calling addslashes,
* while read_repository does not call stripslashes,
* so we remove them here manually
*/
while (list($k,$v) = each($link_pathes)) {
$ks = stripslashes($k);
$this->link_pathes[$ks] = stripslashes($v);
$this->send_file_ips[$ks] = stripslashes($send_file_ips[$k]);
}
// echo "<p>bo: link_pathes="; _debug_array($this->link_pathes);
// echo "<p>bo: send_file_ips="; _debug_array($this->send_file_ips);
$this->link_pathes = unserialize($this->config->config_data['link_pathes']);
$this->send_file_ips = unserialize($this->config->config_data['send_file_ips']);
}
$this->read( $info_id);