Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 May 2005 16:18:18 +0000 (16:18 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 May 2005 16:18:18 +0000 (16:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@309 594d385d-05f5-0310-b6e9-bd551577e9d8

Changelog
include/functions.inc

index 314bd703539b4040646708f601c3823f8ea9c889..7b5b424fce332ab2dde934c4c957161a96ad0f94 100644 (file)
--- 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
index 2e17cc4a9f9a0c7fbf3659f5df89b67eac8b78b0..badb7d9a5b1a46e07b04f61229fb035564c6aaad 100644 (file)
@@ -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("");
   }