thomas: server/kolab-webadmin/kolab-webadmin ChangeLog,1.101,1.102

cvs at kolab.org cvs at kolab.org
Mon Jun 2 17:43:36 CEST 2008


Author: thomas

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin
In directory doto:/tmp/cvs-serv19361/kolab-webadmin/kolab-webadmin

Modified Files:
	ChangeLog 
Log Message:
Fix kolab/issue2739 (Some characters are not allowed in users fax-/phonenumbers despite the description in the error)

Space was missing from the regular expression and the minus sign has to
be at the beginning or the end of [...]

side note 1: the \ before / is really needed
side note 2: php-kolab/Kolab_Webadmin/Webadmin/form.class.php seems unused,
 but I fixed it, too, to avoid copy&paste errors in the future.


Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- ChangeLog	4 Apr 2008 19:44:21 -0000	1.101
+++ ChangeLog	2 Jun 2008 15:43:34 -0000	1.102
@@ -1,3 +1,9 @@
+2008-06-02  Thomas Arendsen Hein <thomas at intevation.de>
+
+	* php/admin/include/form.class.php: Fix regular expression which
+	caused kolab/issue2739 (Some characters are not allowed in users
+	fax-/phonenumbers despite the description in the error)
+
 2008-04-03 Richard Bos <richard at radoeka.nl>
 
 	* Added: www/favicon.png





More information about the commits mailing list