[Phpslash-commit] CVS: phpslash-ft/class Submission.class,1.6,1.7
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2001-11-26 19:00:40
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv18932/class Modified Files: Submission.class Log Message: bugfix - added Submission by Index: Submission.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Submission.class,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Submission.class 2001/10/09 23:23:05 1.6 --- Submission.class 2001/11/26 19:00:37 1.7 *************** *** 456,459 **** --- 456,461 ---- $ary = $this->db->Record; + $ary[intro_text] = "Submission by <A HREF=\"" . htmlspecialchars($this->db->f("email")) . "\">" . $this->db->f("name") . "</A>\n<P>\n" . dirty($this->db->f("intro_text")); + /* get the topic_id's for this story into an array */ $q = "SELECT psl_topic.topic_id |