summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e69fcc6)
raw | patch | inline | side by side (parent: e69fcc6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Aug 2006 08:41:03 +0000 (08:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Aug 2006 08:41:03 +0000 (08:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4375 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/generic/main.inc | patch | blob | history |
index 5ad7640e26107bb01e30b24ef877e4fd408d8ec0..6e199258e99ef3e368179c4c2d5df6e47a82a7bf 100644 (file)
}
/* Enter edit mode? */
- if (isset($_POST['edit'])){
+ if ((isset($_POST['edit'])) && (!isset( $_SESSION['edit']))){
/* Check locking */
if (($username= get_lock($ui->dn)) != ""){
}
$info = "";
+
/* Show page footer depending on the mode */
if (!$user->cert_dialog && !$user->picture_dialog && $user->is_account){
$display.= "<p class=\"plugbottom\">";