From 19eb1b3cc7c422b8a331c4054cc61e0e15064860 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 5 Oct 2005 09:37:04 +0000 Subject: [PATCH] Conference lifetime mustn't be numeric anymore git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1482 594d385d-05f5-0310-b6e9-bd551577e9d8 --- TODO | 14 ++------------ .../conference/class_phoneConferenceGeneric.inc | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/TODO b/TODO index 778ca908b..c3a84aee2 100644 --- a/TODO +++ b/TODO @@ -24,27 +24,17 @@ Things to fix before 2.4: * Rework printer tabs * FAI management - - Subtree support - - Hooks have to be implemented like skripts - Add package lists - - Make templates uploadable - Re-implement profile management, divlists look pretty ugly here * Phone account - - Errors while saving phone numbers with spaces - Errors when phone account is diabled and a user is saved (?) -* Password changing for workstations doesn't work anymore - * Add function to get GOto application templates -> filled variables, etc. -* Disabling error messages doesn't work - -* Phoneaccount -> defaults + auto fill - -* Saving of initially created gofon stuff fails +* Disabling error messages doesn't work, (?) For me it works;Fabian -* %telephoneNumber is not filled +* Saving of initially created gofon stuff fails (?) * Unterbäume in Applicatins wird nicht angezeigt (?) diff --git a/plugins/gofon/conference/class_phoneConferenceGeneric.inc b/plugins/gofon/conference/class_phoneConferenceGeneric.inc index df7fc1087..b9e63ae2d 100644 --- a/plugins/gofon/conference/class_phoneConferenceGeneric.inc +++ b/plugins/gofon/conference/class_phoneConferenceGeneric.inc @@ -200,7 +200,7 @@ class conference extends plugin $message[] =_("Only numeric chars are allowed in Number field."); } - if(!is_numeric($this->goFonConferenceOptionLifetime)){ + if(!((is_numeric($this->goFonConferenceOptionLifetime))||(empty($this->goFonConferenceOptionLifetime)))){ $message[] =_("Only numbers are allowed in Lifetime."); } -- 2.30.2