From b72ffbce60aa1d90e09eb7f6153078a406626cee Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Sun, 7 Nov 2010 12:03:06 +0100
Subject: add 'Channel' filter on list

---
 testdb.php | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'testdb.php')

diff --git a/testdb.php b/testdb.php
index 128561c..263a0c9 100644
--- a/testdb.php
+++ b/testdb.php
@@ -99,4 +99,10 @@ echo "Acls number : ".$acl->getCount()."\n";
 $res = $acl->optimize();
 echo "Acls optimization : ".$res[0]['Msg_type'].'='.$res[0]['Msg_text']."\n";
 
+echo "PHP owner:";
+print_r($acl->getOwners('php'));
+echo "PECL owner:";
+print_r($acl->getOwners('php-pecl-%'));
+echo "PEAR channels:";
+print_r($up->getChannels('pear'));
 ?>
-- 
cgit