Code

delete xls
authorguiguidoc <guiguidoc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 Oct 2005 12:18:24 +0000 (12:18 +0000)
committerguiguidoc <guiguidoc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 Oct 2005 12:18:24 +0000 (12:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1621 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/addons/xls/classe_xls.inc [deleted file]
plugins/addons/xls/main.inc [deleted file]

diff --git a/plugins/addons/xls/classe_xls.inc b/plugins/addons/xls/classe_xls.inc
deleted file mode 100644 (file)
index 7817424..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php
-
-class xls extends plugin
-{
-  /* Definitions */
-  var $plHeadline= "xls";
-  var $plDescription= "This does something";
-
-   function xls ($config, $dn= NULL)
-  {
-       /* Include config object */
-       $this->config= $config;
-
-       print $dn;
-
-       #FIXME: ACL is set to default for testing
-       $this->acl= "#all#";
-
-        /* Get global filter config */
-        if (!is_global("phonefilter")){
-               $ui= get_userinfo();
-                $base= get_base_from_people($ui->dn);
-                $phonefilter= array("search_base" => $base,
-                                 "organizational" => "checked",
-                                 "global" => "checked",
-                                  "search_for" => "*",
-                                 "object_type" => "*");
-                register_global("phonefilter", $phonefilter);
-        }
-  }
-}
-?>
\ No newline at end of file
diff --git a/plugins/addons/xls/main.inc b/plugins/addons/xls/main.inc
deleted file mode 100644 (file)
index a0af410..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-if (!$remove_lock){
-       /* Page header*/
-       $display= print_header(get_template_path('images/addressbook.png'), _("Address book"));
-
-       
-}
-?>