danielc Thu Aug 19 14:43:10 2004 EDT
Modified files:
/pearweb/include pear-database.php
Log:
* Didn't notice the separate is*() functions were necessary.
http://cvs.php.net/diff.php/pearweb/include/pear-database.php?r1=1.230&r2=1.231&ty=u
Index: pearweb/include/pear-database.php
diff -u pearweb/include/pear-database.php:1.230
pearweb/include/pear-database.php:1.231
--- pearweb/include/pear-database.php:1.230 Tue Aug 17 00:01:14 2004
+++ pearweb/include/pear-database.php Thu Aug 19 14:43:09 2004
@@ -17,7 +17,7 @@
| Tomas V.V.Cox <cox@xxxxxxx> |
| Martin Jansen <mj@xxxxxxx> |
+----------------------------------------------------------------------+
- $Id: pear-database.php,v 1.230 2004/08/17 04:01:14 cellog Exp $
+ $Id: pear-database.php,v 1.231 2004/08/19 18:43:09 danielc Exp $
*/
require_once 'DB/storage.php';
@@ -2500,6 +2500,11 @@
function isAdmin()
{
return (user::isAdmin($this->handle));
+ }
+
+ function isQA()
+ {
+ return user::isQA($this->handle);
}
/**
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|