From: hickert Date: Tue, 26 Oct 2010 12:17:59 +0000 (+0000) Subject: Updated sortable listing. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=272cde4b0cda17aa4c7ff4818cc3c5e6f2b8ec2f;p=gosa.git Updated sortable listing. -fixed permission problems, thanks to 'bcooksley'. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20161 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index 7556c8c18..8269c9da9 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -225,7 +225,7 @@ class sortableListing { } else { $edit_image= $this->editable?"":""; } - if (strpos($this->acl, 'd') === false) { + if (strpos($this->acl, 'w') === false) { $delete_image= $this->deleteable?""._("Delete")."":""; } else { $delete_image= $this->deleteable?"":"";