[Phpslash-commit] CVS: phpslash-dev/include/modules/story Story.class,1.10,1.11
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-10-26 19:46:19
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/story In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15988/phpslash-dev/include/modules/story Modified Files: Story.class Log Message: comment submitter's IP or domain should display if not comment Admin. Index: Story.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/story/Story.class,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Story.class 18 Oct 2004 23:30:30 -0000 1.10 --- Story.class 26 Oct 2004 19:46:06 -0000 1.11 *************** *** 222,226 **** } if ($this->psl['module']['Comment']) { ! $arrows .= "<a href=\"" . $this->psl['rooturl'] . "/comment.php?submit=post" . $this->psl['amp'] . "story_id=$story_id" . $this->psl['amp'] . "parent_id=0\"><b>" . pslgetText("Reply") . "</b></a> "; } if (isset($nexttitle)) { --- 222,226 ---- } if ($this->psl['module']['Comment']) { ! $arrows .= "<a href=\"" . $this->psl['rooturl'] . "/index.php?submit=post" . $this->psl['amp'] . "story_id=$story_id" . $this->psl['amp'] . "parent_id=0\"><b>" . pslgetText("Reply") . "</b></a> "; } if (isset($nexttitle)) { *************** *** 231,235 **** } else { if ($this->psl['module']['Comment']) { ! $arrows .= "<a href=\"" . $this->psl['rooturl'] . "/comment.php?submit=post" . $this->psl['amp'] . "story_id=$story_id" . $this->psl['amp'] . "parent_id=0\"><b>" . pslgetText("Reply") . "</b></a> "; } } --- 231,235 ---- } else { if ($this->psl['module']['Comment']) { ! $arrows .= "<a href=\"" . $this->psl['rooturl'] . "index.php?submit=post" . $this->psl['amp'] . "story_id=$story_id" . $this->psl['amp'] . "parent_id=0\"><b>" . pslgetText("Reply") . "</b></a> "; } } |