b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 2.4) [ class tree: main ] [ index: main ] [ all elements ]

Source for file _test.job.php

Documentation is available at _test.job.php

  1. <?php
  2. /**
  3.  * This file implements the test Cron controller
  4.  *
  5.  * @author fplanque: Francois PLANQUE
  6.  *
  7.  * @version $Id: _test.job.php,v 1.1 2007/06/25 10:59:47 fplanque Exp $
  8.  */
  9. if!defined('EVO_MAIN_INIT') ) die'Please, do not access this page directly.' );
  10.  
  11. $result_message T_('The TEST cron controller says hello!');
  12.  
  13. return 1/* ok */
  14.  
  15. /*
  16.  * $Log: _test.job.php,v $
  17.  * Revision 1.1  2007/06/25 10:59:47  fplanque
  18.  * MODULES (refactored MVC)
  19.  *
  20.  * Revision 1.3  2006/06/26 23:10:24  fplanque
  21.  * minor / doc
  22.  *
  23.  * Revision 1.1.2.1  2006/06/12 20:00:33  fplanque
  24.  * one too many massive syncs...
  25.  *
  26.  */
  27. ?>

Documentation generated on Sat, 06 Mar 2010 03:41:01 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).