[Phplib-commit] CVS: php-lib/php user4.inc,1.8,1.9
Brought to you by:
nhruby,
richardarcher
From: Guillaume D. <gde...@us...> - 2001-08-29 10:45:13
|
Update of /cvsroot/phplib/php-lib/php In directory usw-pr-cvs1:/tmp/cvs-serv2033 Modified Files: user4.inc Log Message: Cosmetic modification to ensure proper indent of source code Index: user4.inc =================================================================== RCS file: /cvsroot/phplib/php-lib/php/user4.inc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** user4.inc 2001/08/27 01:53:14 1.8 --- user4.inc 2001/08/29 10:45:10 1.9 *************** *** 161,166 **** */ function freeze() { ! if ($this->id == 'nobody') ! return; if(!$this->that->ac_store($this->id, $this->name, $this->serialize())) --- 161,166 ---- */ function freeze() { ! if ($this->id == 'nobody') ! return; if(!$this->that->ac_store($this->id, $this->name, $this->serialize())) |