[Comoblog-commit] comoblog/modules/mod_batch img_batch.php,1.1.1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-09-02 01:06:25
|
Update of /cvsroot/comoblog/comoblog/modules/mod_batch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24940/modules/mod_batch Modified Files: img_batch.php Log Message: Mass search-replace Easymoblog->Comoblog Index: img_batch.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/modules/mod_batch/img_batch.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- img_batch.php 16 Aug 2005 05:49:47 -0000 1.1.1.1 +++ img_batch.php 2 Sep 2005 01:06:16 -0000 1.2 @@ -10,9 +10,9 @@ // if last_batch was more than CFG_BATCH_INTERVAL minutes ago, execute batch if ($diff > $interval) { - // include easymoblog_batch.php + // include comoblog_batch.php $BATCH_LOG = false; - include (dirname(__FILE__).'/../../batch/easymoblog_batch.php'); + include (dirname(__FILE__).'/../../batch/comoblog_batch.php'); // connect to db mysql_connect (CFG_MYSQL_HOST, CFG_MYSQL_USERNAME, CFG_MYSQL_PASSWORD) or die ('Error connecting to mySQL server'); |