summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 09bf1c7)
raw | patch | inline | side by side (parent: 09bf1c7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 4 Nov 2010 16:13:28 +0000 (16:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 4 Nov 2010 16:13:28 +0000 (16:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20186 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/generic/statistics/class_statistics.inc | patch | blob | history |
diff --git a/gosa-core/plugins/generic/statistics/class_statistics.inc b/gosa-core/plugins/generic/statistics/class_statistics.inc
index 6947b85f64659031cde3d5c73c5ad1a3bc216bb4..6c4b4542a2628a3bb9b981d73fa80574c3207d74 100644 (file)
var $graphs = array();
var $selectedGraphType = 0;
+ var $registered = FALSE;
+
function __construct($config)
{
plugin::plugin($config, NULL);