Update of /cvsroot/phpslash/phpslash-dev/include/modules/story
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9233/sandbox/phpslash-dev/include/modules/story
Modified Files:
Story.class
Log Message:
printer friendly link
Index: Story.class
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/story/Story.class,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Story.class 16 Apr 2004 17:50:31 -0000 1.9
--- Story.class 18 Oct 2004 23:30:30 -0000 1.10
***************
*** 134,137 ****
--- 134,138 ----
'AUTHOR_NAME' => $ary['name'],
'AUTHOR_REALNAME' => $ary['realname'],
+ 'SKIN' => $this->psl['skin'],
'rows' => ""
));
|