summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 149d69d)
raw | patch | inline | side by side (parent: 149d69d)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Feb 2010 10:15:00 +0000 (10:15 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Feb 2010 10:15:00 +0000 (10:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15533 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/devices/class_deviceGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc b/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc
index 76acbdbf138d89d83110ed7e0fd80b07aeef6f3e..3a3f2768e28d189aae80acbc724b03fa278ca8ca 100644 (file)
if(empty($this->vendor) || !$this->is_2byteHex($this->vendor)){
$message[]= msgPool::invalid(_("Vendor-ID"),"","","0x1234");
}
+
+ // Check if a wrong base was supplied
+ if(!$this->baseSelector->checkLastBaseUpdate()){
+ $message[]= msgPool::check_base();
+ }
/* Check if entry already exists */
if($this->cn != $this->orig_cn || $this->dn == "new"){