b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (CVS HEAD) [ class tree: main ] [ index: main ] [ all elements ]

Source for file _error_test.job.php

Documentation is available at _error_test.job.php

  1. <?php
  2. /**
  3.  * This file implements the Error Test Cron controller
  4.  *
  5.  * @author fplanque: Francois PLANQUE
  6.  *
  7.  * @version $Id: _error_test.job.php,v 1.1 2007/06/25 10:59:45 fplanque Exp $
  8.  */
  9. if!defined('EVO_MAIN_INIT') ) die'Please, do not access this page directly.' );
  10.  
  11. $result_message T_('The Error TEST cron controller simulates an error, thus this "error" is normal!');
  12.  
  13. return 100/* Simulated error */
  14.  
  15. /*
  16.  * $Log: _error_test.job.php,v $
  17.  * Revision 1.1  2007/06/25 10:59:45  fplanque
  18.  * MODULES (refactored MVC)
  19.  *
  20.  * Revision 1.1  2006/06/26 23:09:34  fplanque
  21.  * Really working cronjob environment :)
  22.  *
  23.  */
  24. ?>

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