summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fb9de71)
raw | patch | inline | side by side (parent: fb9de71)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Mar 2007 07:38:45 +0000 (07:38 +0000) | ||
committer | hickert <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
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 | patch | blob | history |
index 7afb53dfbea4ca28c3459d1a48c7fb79bd41c2b4..6f68bf68374dbd3e2dc61c847b0354e5eb8e1d91 100644 (file)
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()
{
$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();