summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 39d0a23)
raw | patch | inline | side by side (parent: 39d0a23)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 May 2005 16:18:18 +0000 (16:18 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 May 2005 16:18:18 +0000 (16:18 +0000) |
Changelog | patch | blob | history | |
include/functions.inc | patch | blob | history |
diff --git a/Changelog b/Changelog
index 314bd703539b4040646708f601c3823f8ea9c889..7b5b424fce332ab2dde934c4c957161a96ad0f94 100644 (file)
--- a/Changelog
+++ b/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 2e17cc4a9f9a0c7fbf3659f5df89b67eac8b78b0..badb7d9a5b1a46e07b04f61229fb035564c6aaad 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
/* 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("");
}