summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 56571f0)
raw | patch | inline | side by side (parent: 56571f0)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Apr 2010 12:18:41 +0000 (12:18 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Apr 2010 12:18:41 +0000 (12:18 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17839 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 eca00222e5c659292037d028efc6488eeaf6386a..315e9b451f8e1cb9922c68018de478cde6595a51 100644 (file)
function save_object()
{
- plugin::save_object();
+// plugin::save_object();
foreach($this->attributes as $name){
if(isset($_POST[$name])){
$this->$name = stripslashes($_POST[$name]);