Code

Fixed code indent.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 27 Mar 2007 07:38:45 +0000 (07:38 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 27 Mar 2007 07:38:45 +0000 (07:38 +0000)
This commit should close the Ticket #8 (Add/Change #8 (Templates - Create some kind of templates.))
closes: #8 wontfix
> third try with :

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5897 594d385d-05f5-0310-b6e9-bd551577e9d8

include/sieve/class_My_Tree.inc

index 7afb53dfbea4ca28c3459d1a48c7fb79bd41c2b4..6f68bf68374dbd3e2dc61c847b0354e5eb8e1d91 100644 (file)
@@ -17,11 +17,11 @@ class My_Tree extends Tree
   var $pap             = array();
   var $parent = NULL;
 
-       function My_Tree(&$root,$parent)
-       {
+  function My_Tree(&$root,$parent)
+  {
     $this->parent = $parent;
-               $this->_construct($root);
-       }
+    $this->_construct($root);
+  }
 
   function execute()
   {
@@ -56,7 +56,7 @@ class My_Tree extends Tree
 
     $block_indent_start = $smarty->fetch(get_template_path("templates/block_indent_start.tpl",TRUE,dirname(__FILE__)));
     $block_indent_stop  = $smarty->fetch(get_template_path("templates/block_indent_stop.tpl",TRUE,dirname(__FILE__))); 
-  
+
     $this -> dump_ = "";
     $ends = array();
     $ends_complete_block = array();