Update of /cvsroot/openbash-org/openbash-org/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30527/modules
Modified Files:
Validate.php
Log Message:
cambiado private por var en Validate.php para que sea PHP4 compliant...
Index: Validate.php
===================================================================
RCS file: /cvsroot/openbash-org/openbash-org/modules/Validate.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Validate.php 26 Dec 2004 22:57:19 -0000 1.5
--- Validate.php 1 Apr 2005 07:46:59 -0000 1.6
***************
*** 3,7 ****
class Validate
{
! private $bd;
function check_form($login, $passwd)
--- 3,8 ----
class Validate
{
! //private $bd;
! var $bd;
function check_form($login, $passwd)
|