From f097ed2ae3c9ba5fee6b3edd3d0d0324023423c4 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 20 May 2005 16:18:18 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@309 594d385d-05f5-0310-b6e9-bd551577e9d8 --- Changelog | 1 + include/functions.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 314bd7035..7b5b424fc 100644 --- a/Changelog +++ b/Changelog @@ -22,6 +22,7 @@ GOsa2 changelog usage - Added version indicator to make support more easy - Added sample databases for fax, phone and system logging + - Added error handler for normal PHP errors * gosa 2.3 - Updated smarty to version 2.6.7 diff --git a/include/functions.inc b/include/functions.inc index 2e17cc4a9..badb7d9a5 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -424,7 +424,7 @@ function get_lock ($object) /* Sanity check */ if ($object == ""){ - print_red(_("Getting the lock from LDAP failed. Parameters are not sed correctly, please check the source!")); + print_red(_("Getting the lock from LDAP failed. Parameters are not set correctly, please check the source!")); return(""); } -- 2.30.2