From: cajus Date: Fri, 12 Oct 2007 07:21:29 +0000 (+0000) Subject: Fixed hotplug iserial saving X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1b321bc25d1653a4234e1cac09efc975be0851ee;p=gosa.git Fixed hotplug iserial saving git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7529 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/environment/class_hotplugDialog.inc b/plugins/personal/environment/class_hotplugDialog.inc index 31d5abddb..fa3ea5398 100644 --- a/plugins/personal/environment/class_hotplugDialog.inc +++ b/plugins/personal/environment/class_hotplugDialog.inc @@ -126,7 +126,7 @@ class hotplugDialog extends plugin } /* Skip serial check if vendor and product id are given */ - if(empty($this->HOT_id) || preg_match("/[\|\*]/i",$this->HOT_id)){ + if(!preg_match("/^[a-z0-9]+$/i",$this->HOT_id)){ $message[]=_("Please specify a valid iSerial."); } if(empty($this->HOT_vendor) || !$this->is_2byteHex($this->HOT_vendor)){