summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f59fae1)
raw | patch | inline | side by side (parent: f59fae1)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 Dec 2008 08:46:42 +0000 (08:46 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 Dec 2008 08:46:42 +0000 (08:46 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13229 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/password-methods/class_password-methods.inc | patch | blob | history |
diff --git a/gosa-core/include/password-methods/class_password-methods.inc b/gosa-core/include/password-methods/class_password-methods.inc
index 4a83b9c942f851d487d1aa55b6ba582a98c4b387..cde47c38ee56f835040f0626c086058172ea29f1 100644 (file)
/* Check if this entry is already locked. */
if(preg_match("/^[^\}]*+\}!/",$pwd)){
- return;
+ return(TRUE);
}
/* Lock entry */
/* Check if this entry is already locked. */
if(!preg_match("/^[^\}]*+\}!/",$pwd)){
- return;
+ return (TRUE);
}
/* Lock entry */