From: hickert Date: Fri, 28 Oct 2005 09:31:14 +0000 (+0000) Subject: Removed error X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5277fc5c6c48637bb45e4803392a25c05c880731;p=gosa.git Removed error git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1726 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_printerPPDDialog.inc b/plugins/admin/systems/class_printerPPDDialog.inc index 162874577..6c0f3bd4e 100644 --- a/plugins/admin/systems/class_printerPPDDialog.inc +++ b/plugins/admin/systems/class_printerPPDDialog.inc @@ -48,7 +48,7 @@ class printerPPDDialog extends plugin /* 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{