From: <ys...@us...> - 2004-02-04 15:42:46
|
Update of /cvsroot/ngetsuite/ngetsuite/ngetsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12272/ngetsuite Modified Files: articles.rb Log Message: orphan articles link + fixed bug that may crash update Index: articles.rb =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/ngetsuite/articles.rb,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** articles.rb 4 Feb 2004 03:07:57 -0000 1.1 --- articles.rb 4 Feb 2004 15:40:22 -0000 1.2 *************** *** 50,53 **** --- 50,54 ---- @_nbexpected = 0 @_nbactual = 0 + @lastnb = 0 @_time = Time.gm("1980") update_from_db if fetch_from_db |