Update of /cvsroot/phpslash/phpslash-ft/class
In directory usw-pr-cvs1:/tmp/cvs-serv14164
Modified Files:
Author.class
Log Message:
More Class and function documentation
Index: Author.class
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/class/Author.class,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Author.class 2001/11/07 19:40:28 1.7
--- Author.class 2001/11/07 21:34:48 1.8
***************
*** 184,188 ****
*
* @param integer author_id_to_delete
! * @param integer author_id
*
* @access public
--- 184,188 ----
*
* @param integer author_id_to_delete
! * @param string author_id
*
* @access public
***************
*** 246,250 ****
* points the user to the "save" method
* Used only by admin
! *
* @access public
*/
--- 246,251 ----
* points the user to the "save" method
* Used only by admin
! *
! * @param integer id
* @access public
*/
|