summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1183bf8)
raw | patch | inline | side by side (parent: 1183bf8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 08:02:13 +0000 (08:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 08:02:13 +0000 (08:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18743 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc | patch | blob | history |
diff --git a/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc b/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc
index aabff27b0f3d12af4cacb17cc774395fb6134249..1d0595824dcdb110e98ff2467045563d3e4b1051 100644 (file)
"plShortName" => _("View fax reports"),
"plDescription" => _("View fax reports")." <i>"._("All entries are readonly")."</i>",
"plRequirements"=> array(
- 'ldapSchema' => array('goFaxAccount' => '>=2.7'),
- 'onFailureDisablePlugin' => array(get_class(),'gofaxAccount','goFaxServer')
+ 'ldapSchema' => array('goFaxAccount' => '>=1.0.4'),
+ 'onFailureDisablePlugin' => array('faxreport','gofaxAccount','goFaxServer')
),
"plSelfModify" => TRUE,
"plDepends" => array(),