From 72eaeb9aedf14936ae7601ed0ac61c4014943129 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Nov 2010 09:25:57 +0100 Subject: add TableAcls class ans use it in refresh --- testdb.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testdb.php') diff --git a/testdb.php b/testdb.php index d27e24f..2b60304 100644 --- a/testdb.php +++ b/testdb.php @@ -94,4 +94,6 @@ foreach($up->request(array('type'=>'test', 'ORDER'=>'name')) as $upstr) { } $rpm = new TableRpm($db); +$acl = new TableAcls($db); +echo "Acls number : ".$acl->getCount()."\n"; ?> -- cgit