summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4541e3)
raw | patch | inline | side by side (parent: e4541e3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 17 Mar 2006 08:17:23 +0000 (08:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 17 Mar 2006 08:17:23 +0000 (08:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2857 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_CopyPasteHandler.inc | patch | blob | history | |
include/functions.inc | patch | blob | history |
index 993b59342b3d00db54c0b28f3a1fe0893c3464ac..660c351cc03a3b276c9be2083020d9265a17c737 100644 (file)
foreach($obj->attributes as $attr){
$this->current->by_object[$name]->$attr = $obj->$attr;
}
+ foreach(array('is_account') as $attr){
+ $this->current->by_object[$name]->$attr = $obj->$attr;
+ }
}
if($this->isCurrentObjectPastAble()){
return(true);
diff --git a/include/functions.inc b/include/functions.inc
index 3aaf3bfee7e64e70ee98e37e06f9a9bcd1230cb1..4abb82d06434e56ffd9b249a4f3be7723a2f4dac 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
require_once ("class_mail-methods.inc");
require_once("class_password-methods.inc");
require_once ("functions_debug.inc");
+require_once ("class_MultiSelectWindow.inc");
/* Define constants for debugging */
define ("DEBUG_TRACE", 1);