summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e5ea5f9)
raw | patch | inline | side by side (parent: e5ea5f9)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Jan 2007 07:37:32 +0000 (07:37 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Jan 2007 07:37:32 +0000 (07:37 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5658 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_printGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_printGeneric.inc b/plugins/admin/systems/class_printGeneric.inc
index cb43e6a85319bdf6cd285c0e9cf9b702bd65a10d..68adab4586198816ed18833671a4a71ef16bff59 100644 (file)
$this->dialog = $this->PPDdialogToSave;
}else{
$this->dialog = new printerPPDDialog($this->config, $this->dn,$this->gotoPrinterPPD);
+ $this->dialog->cn= $this->cn;
}
}