[pidget-cvs] pidget/src pForm.inc,1.1.1.1,1.2
Brought to you by:
lkehresman
From: <lke...@us...> - 2003-09-23 15:34:46
|
Update of /cvsroot/pidget/pidget/src In directory sc8-pr-cvs1:/tmp/cvs-serv5171 Modified Files: pForm.inc Log Message: Fixed a typo. Index: pForm.inc =================================================================== RCS file: /cvsroot/pidget/pidget/src/pForm.inc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** pForm.inc 17 Sep 2003 00:19:18 -0000 1.1.1.1 --- pForm.inc 23 Sep 2003 15:34:35 -0000 1.2 *************** *** 34,38 **** public function __construct($action=null) { if (self::$FormCount == -1) { ! if (Pidget_PROTECT) { // Protects developers from hard-coding form names self::$FormCount = rand(0, 99); --- 34,38 ---- public function __construct($action=null) { if (self::$FormCount == -1) { ! if (PIDGET_PROTECT) { // Protects developers from hard-coding form names self::$FormCount = rand(0, 99); |