[ingo] Typo in rule.php?

Michael M Slusarz slusarz at bigworm.colorado.edu
Tue Jul 22 18:09:31 PDT 2003


Quoting Jan Kuipers <jrkuipers at lauwerscollege.nl>:

| 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

You mean this isn't expected behavior? :)  Yeah, I forgot to remove that
debugging character - fixed in CVS.

michael

______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder


More information about the ingo mailing list