summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e3d8c2e)
raw | patch | inline | side by side (parent: e3d8c2e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 8 May 2006 09:27:25 +0000 (09:27 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 8 May 2006 09:27:25 +0000 (09:27 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3215 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_ppdManager.inc | patch | blob | history |
index c533fb800586e3ee19838a6ea736253aa9a1c3aa..7e416556d036bcf13f8aa23af19f69c783d3b019 100644 (file)
continue;
}
+ /* Change model name .. */
+ if ((preg_match("/^\*".$attribute.":*\s+/",$line)) && ($attribute == "ModelName")){
+ $line= "*$attribute: \"$value\"\n";
+ $done =true;
+ }
+
if (($fsection) && ($section != "NO_SECTION")){
if (preg_match("/^\*CloseGroup:*\s+\**$section\/*/", $line)){
$fsection= false;