summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 003fe7f)
raw | patch | inline | side by side (parent: 003fe7f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Jun 2006 04:09:43 +0000 (04:09 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Jun 2006 04:09:43 +0000 (04:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3882 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_SnapShotDialog.inc | patch | blob | history |
index 07b410d21d785b1a6b268f81436b0b64c89316de..c2e0f8f864ecd06fbc247d82f4397d8faa13029e 100755 (executable)
$smarty->assign("CurrentDate",date("d.m.Y H:i"));
$smarty->assign("CurrentDN",$this->dn);
$smarty->assign("CurrentDescription",$this->CurrentDescription);
- return($smarty->fetch(get_template_path("snapshotdialog.tpl",TRUE)));
+ return($smarty->fetch(get_template_path("snapshotdialog.tpl")));
}