]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-del_holiday.php
Missing SVN properties set
[mailer.git] / inc / modules / admin / what-del_holiday.php
index a61324a4f528d0dfc6f6262dfe7dd81e7fb78a74..e0bfa4f348cb44bdd4df703a225cd42ef4924f95 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 07/24/2004 *
- * ================                             Last change: 08/09/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 07/24/2004 *
+ * ===================                          Last change: 08/09/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-del_holiday.php                             *
@@ -44,12 +44,8 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 // Add description as navigation point
 addMenuDescription('admin', __FILE__);
 
-// Check for selected holidays
-$SUM = '0';
-if (isPostRequestElementSet('sel')) $SUM = countPostSelection();
-
 // Shall I delete selected holidays???
-if ($SUM > 0) {
+if (countPostSelection() > 0) {
        // Delete multiple holiday requests (for list_holiday)
        $cnt = '0';
        foreach (postRequestElement('sel') as $id => $sel) {