b2evolution

Multilingual multiuser multiblog engine

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

Source for file _antispam_poll.job.php

Documentation is available at _antispam_poll.job.php

  1. <?php
  2. /**
  3.  * This file implements the Antispam poll Cron controller
  4.  *
  5.  * @author fplanque: Francois PLANQUE
  6.  *
  7.  * @version $Id: _antispam_poll.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.  
  12. // Success
  13.     $job_ret 1;
  14. }
  15. else
  16. {    // Error
  17.     $job_ret 100;
  18. }
  19.  
  20. global $Messages;
  21. $result_message $Messages->get_string'''''all'"\n" );
  22.  
  23. return $job_ret;
  24.  
  25. /*
  26.  * $Log: _antispam_poll.job.php,v $
  27.  * Revision 1.1  2007/06/25 10:59:45  fplanque
  28.  * MODULES (refactored MVC)
  29.  *
  30.  * Revision 1.1  2006/06/26 23:09:34  fplanque
  31.  * Really working cronjob environment :)
  32.  *
  33.  */
  34. ?>

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