From 02fd42a78e783ec460e13ba5549d480e94f5ca03 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 14 Jul 2008 12:40:33 +0000 Subject: [PATCH] Reverted last change, was already implemented another way. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11632 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 269a738bd..ada218b76 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -1335,10 +1335,8 @@ function get_printer_list() { global $config; $res = array(); - $ui = get_userinfo(); $data = get_list('(objectClass=gotoPrinter)',"printer",$config->current['BASE'], array('cn'), GL_SUBSEARCH); foreach($data as $attrs ){ - if(!preg_match("/r/",$ui->get_permissions($data['dn'],"printer/printgeneric",""))) continue; $res[$attrs['cn'][0]] = $attrs['cn'][0]; } return $res; -- 2.30.2