[geeklog-cvs] Auth_Enterprise/Enterprise Privilege.php,1.2,1.3

tony at iowaoutdoors.org tony at iowaoutdoors.org
Tue Jul 27 16:22:14 EDT 2004


Update of /var/cvs/Auth_Enterprise/Enterprise
In directory www:/tmp/cvs-serv23889

Modified Files:
Privilege.php
Log Message:
Had to make properties private for soap encoding.

Index: Privilege.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Enterprise/Privilege.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Privilege.php 9 Jul 2004 15:32:23 -0000 1.2
--- Privilege.php 27 Jul 2004 20:22:10 -0000 1.3
***************
*** 32,36 ****
* @var string
*/
! private $privilegeCode = null;

/**
--- 32,36 ----
* @var string
*/
! public $privilegeCode = null;

/**
***************
*** 39,43 ****
* @var string
*/
! private $privilegeDesc = null;

public function toArray()
--- 39,43 ----
* @var string
*/
! public $privilegeDesc = null;

public function toArray()




More information about the geeklog-cvs mailing list