[R45phpbbmods-checkins] rebuild_topics rebuild_topics.php,1.2,1.3
Brought to you by:
rasadam
|
From: Adam A. <ra...@us...> - 2004-11-11 16:37:20
|
Update of /cvsroot/r45phpbbmods/rebuild_topics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17059 Modified Files: rebuild_topics.php Log Message: Bug. Thanks to AJD for pointing out Index: rebuild_topics.php =================================================================== RCS file: /cvsroot/r45phpbbmods/rebuild_topics/rebuild_topics.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rebuild_topics.php 30 Mar 2004 02:40:47 -0000 1.2 --- rebuild_topics.php 11 Nov 2004 16:37:11 -0000 1.3 *************** *** 51,55 **** // We start off by selecting all the posts ! $sql = "SELECT p.post_id, p.forum_id, p.poster_id, p.post_time, pt.post_subject FROM ".POSTS_TABLE." AS p, ".POSTS_TEXT_TABLE." as pt WHERE p.post_id = pt.post_id --- 51,55 ---- // We start off by selecting all the posts ! $sql = "SELECT p.post_id, p.forum_id, p.poster_id, p.post_time, p.topic_id, pt.post_subject FROM ".POSTS_TABLE." AS p, ".POSTS_TEXT_TABLE." as pt WHERE p.post_id = pt.post_id |