b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 1.8) [ 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.2.2 2006/07/02 00:30:57 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.2.2  2006/07/02 00:30:57  fplanque
  18.  * BIG MERGE
  19.  *
  20.  * Revision 1.1  2006/06/26 23:09:34  fplanque
  21.  * Really working cronjob environment :)
  22.  *
  23.  */
  24. ?>

Documentation generated on Tue, 18 Dec 2007 23:12:36 +0100 by phpDocumentor 1.4.0