summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f9fb407)
raw | patch | inline | side by side (parent: f9fb407)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 Nov 2005 08:15:48 +0000 (08:15 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 Nov 2005 08:15:48 +0000 (08:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1860 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiTemplate.inc | patch | blob | history |
index 4a3326024a4bb5f96732401f614ef1135bd7b6c6..ed4eb8a8212ffb4f3983c9227d389c744842ff4e 100644 (file)
}
foreach($this->sub64coded as $codeIt){
- $this->SubObjects[$object['cn'][0]][$codeIt]=base64_decode($this->SubObjects[$object['cn'][0]][$codeIt]);
+ $this->SubObjects[$object['cn'][0]][$codeIt]= base64_decode($this->SubObjects[$object['cn'][0]][$codeIt]);
}
- $this->SubObjects[$object['cn'][0]]['FAItemplateFile'] =addslashes( $this->readBinary("FAItemplateFile",$object['dn']));
+ $this->SubObjects[$object['cn'][0]]['FAItemplateFile']= $this->readBinary("FAItemplateFile",$object['dn']);
- $this->SubObjects[$object['cn'][0]]['status'] = "edited";
- $this->SubObjects[$object['cn'][0]]['dn'] = $object['dn'];
+ $this->SubObjects[$object['cn'][0]]['status']= "edited";
+ $this->SubObjects[$object['cn'][0]]['dn']= $object['dn'];
}
ksort($this->SubObjects);
}