summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c34e29c)
raw | patch | inline | side by side (parent: c34e29c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 20 Apr 2010 05:47:23 +0000 (05:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 20 Apr 2010 05:47:23 +0000 (05:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17716 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_SnapShotDialog.inc | patch | blob | history |
diff --git a/gosa-core/include/class_SnapShotDialog.inc b/gosa-core/include/class_SnapShotDialog.inc
index 471fc187b51fbeb16ee0aa21d0138c748c0bc5bc..ee47a29b8f5dd00db776cf94bcc86889d5bd8fd2 100644 (file)
$this->snapList->setListData($data, $lData);
$this->snapList->update();
- $smarty->assign("SnapShotDivlist",$this->snapList->render());
+ $smarty->assign("SnapShotList",$this->snapList->render());
$smarty->assign("CountSnapShots",count($list_of_elements));
}