summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 05a87b5)
raw | patch | inline | side by side (parent: 05a87b5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Nov 2009 10:32:37 +0000 (10:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Nov 2009 10:32:37 +0000 (10:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14824 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/log/addons/logview/class_gosa_logview.inc | patch | blob | history |
diff --git a/gosa-plugins/log/addons/logview/class_gosa_logview.inc b/gosa-plugins/log/addons/logview/class_gosa_logview.inc
index d5b08b878313e273445307be6ef9f7a8b128ab8c..aca12ee7f8f917577846354cc79ddb194e96fdb9 100644 (file)
* Check if defined servers
* and mysql extension
****/
- if (!isset($this->config->data['SERVERS']['LidOGGING']) || !count($this->config->data['SERVERS']['LOGGING'])){
+ if (!isset($this->config->data['SERVERS']['LOGGING']) || !count($this->config->data['SERVERS']['LOGGING'])){
$smarty->assign("servers", array());
return ($smarty->fetch (get_template_path('gosa_log_contents.tpl', TRUE)));
}