summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5a8fbf4)
raw | patch | inline | side by side (parent: 5a8fbf4)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Jan 2007 07:38:15 +0000 (07:38 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Jan 2007 07:38:15 +0000 (07:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5659 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 88ed075bea1ecb02f75ca1ef52e030e7fdf0e3a6..c0468e52df7d57371c1147e7527ef76897f729a7 100644 (file)
$this->dialog = $this->PPDdialogToSave;
}else{
$this->dialog = new printerPPDDialog($this->config, $this->dn,$this->gotoPrinterPPD);
+ $this->dialog->cn= $this->cn;
}
}