*** empty log message ***

This commit is contained in:
katagia 2003-09-12 12:44:30 +00:00
parent a026c9977d
commit caaeed3a4c
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ if (isset($_GET['DN'])) {
if (isset($val)) $_SESSION['account']->$key = $val;
}
}
if (count($_POST)==0) {
else if (count($_POST)==0) { // Startcondition. groupedit.php was called from outside
$_SESSION['account'] = loadGroupProfile('default');
$_SESSION['account'] ->type = 'group';
if (isset($_SESSION['account_old'])) unset($_SESSION['account_old']);

View File

@ -49,7 +49,7 @@ if (isset($_GET['DN'])) {
if (isset($_SESSION['account_old'])) unset($_SESSION['account_old']);
}
}
if (count($_POST)==0) {
else if (count($_POST)==0) { // Startcondition. groupedit.php was called from outside
$_SESSION['account'] = loadHostProfile('default');
$_SESSION['account'] ->type = 'host';
if (isset($_SESSION['account_old'])) unset($_SESSION['account_old']);