[ingo] Typo in rule.php?

Jan Kuipers jrkuipers at lauwerscollege.nl
Tue Jul 22 14:43:39 PDT 2003


Shouldn't it work this way?

Index: rule.php
===================================================================
RCS file: /repository/ingo/rule.php,v
retrieving revision 1.46
diff -u -r1.46 rule.php
--- rule.php    22 Jul 2003 17:58:22 -0000      1.46
+++ rule.php    22 Jul 2003 21:39:09 -0000
@@ -21,7 +21,7 @@

 /* Redirect if no rules are available. */
 $availActions = $ingo_script->availableActions();
-if (!empty($availActions)) {
+if (empty($availActions)) {
     $notification->push(_("Individual rules are not supported in the current
filtering driver."), 'horde.error');
     header('Location: ' . Horde::applicationUrl('filters.php', true));
     exit;


--
Jan Kuipers
Systeembeheer Lauwers College



More information about the ingo mailing list