From: <bla...@us...> - 2004-02-07 00:24:08
|
Update of /cvsroot/ngetsuite/ngetsuite/ngetsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21535 Modified Files: group.rb Log Message: trivial fix Index: group.rb =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/ngetsuite/group.rb,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** group.rb 6 Feb 2004 23:46:59 -0000 1.31 --- group.rb 7 Feb 2004 00:21:15 -0000 1.32 *************** *** 151,155 **** def clear_articles ! nb_rows = Db.dbh.execute "delete from `articles` where `group` = '#{@_fullname}'" debug "#{nb_rows} articles deleted" end --- 151,155 ---- def clear_articles ! nb_rows = Db.dbh.do "delete from `articles` where `group` = '#{@_fullname}'" debug "#{nb_rows} articles deleted" end |