summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a0e974f)
raw | patch | inline | side by side (parent: a0e974f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Oct 2005 09:31:14 +0000 (09:31 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Oct 2005 09:31:14 +0000 (09:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1726 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_printerPPDDialog.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_printerPPDDialog.inc b/plugins/admin/systems/class_printerPPDDialog.inc
index 1628745771c79ec6ba90b53fc00620ee0929392c..6c0f3bd4e6709e5e85be0b6be22f402e18d3e66d 100644 (file)
/* The user has already a valid PPD assigned
* Get some informations about this PPD
*/
- if(($ppdfile!= NULL)&&(strlen($ppdfile)>0))){
+ if(($ppdfile!= NULL)&&(strlen($ppdfile)>0)){
if(!file_exists($ppdfile)){
print_red(sprintf(_("Can't open '%s', ppd settings reseted."),$ppdfile));
}else{