From: hickert Date: Wed, 5 Mar 2008 10:34:56 +0000 (+0000) Subject: Updated error msgs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=470020dd771533cd27550fc098f109511196bf21;p=gosa.git Updated error msgs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9343 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_ldap.inc b/gosa-core/include/class_ldap.inc index 10e7b96e2..51225d134 100644 --- a/gosa-core/include/class_ldap.inc +++ b/gosa-core/include/class_ldap.inc @@ -210,7 +210,7 @@ class LDAP{ /* Check if there are still unfetched elements */ if(is_resource(@ldap_next_entry($this->cid, $this->re))){ - trigger_error("A new search was initiated while the an older search wasn't fetched completely."); + trigger_error("A new search was initiated while an older search wasn't fetched completely."); } } }