summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0550afa)
raw | patch | inline | side by side (parent: 0550afa)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Dec 2007 09:54:34 +0000 (09:54 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Dec 2007 09:54:34 +0000 (09:54 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8067 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_multi_plug.inc | patch | blob | history |
index 9a715179f0b3f5b427b9ef3d2df2fc726882ae14..0012b2710187343c5b123fd6e1009771c6590c41 100644 (file)
$values = $this->o_tab->by_object[$name]->get_multi_edit_values();
foreach($this->a_handles as $i_id => $o_handle){
foreach($values as $a_name => $a_value){
- echo $a_name." -> ".$a_value."<br>";
$this->a_handles[$i_id]->by_object[$name]->$a_name = $a_value;
}
}
if($this->multiple_available() && is_array($this->a_handles)){
$this->populate_values();
foreach($this->a_handles as $i_id => $o_handle){
- $o_handle->check();
$o_handle->save();
}
}