b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 1.10) [ 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.4.2 2006/11/04 19:54:51 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.4.2  2006/11/04 19:54:51  fplanque
  18.  * Reinjected old Log blocks. Removing them from CVS was a bad idea -- especially since Daniel has decided branch 1.9 was his HEAD...
  19.  *
  20.  * Revision 1.1  2006/06/26 23:09:34  fplanque
  21.  * Really working cronjob environment :)
  22.  *
  23.  */
  24. ?>

Documentation generated on Tue, 20 May 2008 01:39:29 +0200 by phpDocumentor 1.4.2