From: Johnjohn <jj...@us...> - 2004-06-25 11:17:20
|
Update of /cvsroot/ngetsuite/ngetsuite/ngetsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23180/ngetsuite Modified Files: articles.rb Log Message: forgot a debug statement around :) Index: articles.rb =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/ngetsuite/articles.rb,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** articles.rb 25 Jun 2004 11:10:04 -0000 1.12 --- articles.rb 25 Jun 2004 11:17:11 -0000 1.13 *************** *** 217,221 **** req += ' order by releases.time asc' ! Utils.debug req sth = Db.dbh.execute req --- 217,221 ---- req += ' order by releases.time asc' ! # Utils.debug req sth = Db.dbh.execute req |