[Compbench-web-devel] compbenchmarks-web/tools compbenchmarks-heartbeat.pl, 1.10, 1.11
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-14 22:16:10
|
Update of /cvsroot/compbench/compbenchmarks-web/tools In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23583 Modified Files: compbenchmarks-heartbeat.pl Log Message: Runs news_import() method. Index: compbenchmarks-heartbeat.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/tools/compbenchmarks-heartbeat.pl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** compbenchmarks-heartbeat.pl 29 Nov 2006 19:17:15 -0000 1.10 --- compbenchmarks-heartbeat.pl 14 Dec 2006 22:16:04 -0000 1.11 *************** *** 31,34 **** --- 31,35 ---- lt_session_purge($dbh); compbenchmarks_relatives(); + news_import($dbh); sql_disconnect($dbh); |