[Phpslash-commit] CVS: phpslash-ft/class Story.class,1.35,1.36
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-06-12 14:22:23
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv9550/phpslash-ft/class Modified Files: Story.class Log Message: author real name Index: Story.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Story.class,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Story.class 1 Jun 2002 16:11:46 -0000 1.35 --- Story.class 12 Jun 2002 14:22:20 -0000 1.36 *************** *** 133,136 **** --- 133,137 ---- 'AUTHOR_ID' => $ary['user_id'], 'AUTHOR_NAME' => $ary['name'], + 'AUTHOR_REALNAME' => $ary['realname'], 'rows' => "" )); |