more cleanup batch 16
[civicrm-core.git] / bin / deprecated / action.cronjob.php
index 3f9b366688f5fe2fd6ff7528e06a0c19272e9f3d..bd24f1812fd38ed7626e3ae624168538dbeb4108 100644 (file)
  */
 class CRM_Cron_Action {
   /**
-   *
    */
   function __construct() {
     // you can run this program either from an apache command, or from the cli
     if (php_sapi_name() == "cli") {
-      require_once ("cli.php");
+      require_once "cli.php";
       $cli = new civicrm_cli();
       //if it doesn't die, it's authenticated
     }
@@ -75,4 +74,3 @@ class CRM_Cron_Action {
 
 $cron = new CRM_Cron_Action();
 $cron->run();
-