]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/task_functions.php
Even more variables renamed and login procedure prepared for filter
[mailer.git] / inc / libs / task_functions.php
index f33501540b4f66e4d0d5aeef0ce3c2b833f2212a..8df89bcda1502558c7b1df6c4f32012dec35cacd 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Spezielle task-Funktionen                        *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
- * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)              $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: stelzi                                                   $ *
+ * $Author::                                                          $ *
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
@@ -60,12 +60,12 @@ function OUTPUT_ADVANCED_OVERVIEW (&$result_main) {
        $TITLEs = array();
 
        // Chheck for new extensions and updates
-       $JOBS_DONE = OUTPUT_STANDARD_OVERVIEW($result_main);
+       $jobsDone = OUTPUT_STANDARD_OVERVIEW($result_main);
 
        // Init SQLs
        INIT_SQLS();
 
-       if (!$JOBS_DONE) {
+       if (!$jobsDone) {
                // New extensions or updates found
                $value = GET_TOTAL_DATA(GET_CURRENT_ADMIN_ID(), "task_system", "id", "assigned_admin", true, " AND `status`='NEW' AND task_type='EXTENSION_UPDATE'");