]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/task_functions.php
Missing SVN properties set
[mailer.git] / inc / libs / task_functions.php
index f59554b1e374fb9dbf67c0b850dc2802586850b2..10298ce43d7751f05e0d6d23d5b5e062b500767f 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
  * Mailer v0.2.1-FINAL                                Start: 08/03/2004 *
- * ================                             Last change: 11/19/2005 *
+ * ===================                          Last change: 11/19/2005 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : task_functions.php                               *
@@ -574,7 +574,7 @@ function createExtraTaskRows ($WHATs, $DESCRs, $TITLEs) {
                        );
 
                        // Rewrite CSS class if not last entry is reached
-                       if ($key < (count($sqls) - 1)) $content['bottom'] = 'bottom2';
+                       if ($key < (count($sqls) - 1)) $content['bottom'] = 'bottom';
 
                        if (($value > 0) && (!empty($WHATs[$key]))) {
                                if (empty($TITLEs[$key])) $TITLEs[$key] = getMessage('ADMIN_TASK_UNKNOWN_LIST_TITLE');