summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 98f42be)
raw | patch | inline | side by side (parent: 98f42be)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 9 Mar 2009 14:28:13 +0000 (14:28 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 9 Mar 2009 14:28:13 +0000 (14:28 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13517 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/utils/class_msgPool.inc | patch | blob | history |
index e8d3900dfdeb98e16b4662848586558d38e9f5e5..fa48370fa846abbf052255cf334308ce6bd2a625 100644 (file)
}
+ public static function mysqlerror($error, $plugin= "")
+ {
+ /* Assign headline depending on type */
+ $headline= _("MySQL operation failed!");
+ return $headline."<br><br><i>"._("Error").":</i> ".$error;
+ }
+
+
public static function ldaperror($error, $dn= "", $type= 0, $plugin= "")
{
/* Assign headline depending on type */