summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0106605)
raw | patch | inline | side by side (parent: 0106605)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Mar 2007 08:15:30 +0000 (08:15 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Mar 2007 08:15:30 +0000 (08:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5845 594d385d-05f5-0310-b6e9-bd551577e9d8
include/sieve/class_sieveElement_If.inc | patch | blob | history |
index 2ddd66d47aba542597d636993011cae41d7ccc2b..4368a7b2791506ce564eecc18f3cb6f995d3679a 100644 (file)
function sieve_if($elements,$object_id,$parent)
{
$this->parent = $parent;
- print_a($elements);;
/* Possible address parts we can select */
$this->address_parts = array(
default:
{
if(isset($data['LastError']) && !empty($data['LastError'])){
- print_a(array($data));
$ret[] = $data['LastError'];
}
}