[ingo] Size condition (was Deleting filters (from
faq@horde.org)) PATCH
Michael M Slusarz
slusarz at bigworm.colorado.edu
Tue Nov 11 09:31:57 PST 2003
Quoting Matthew Baker <m at wheres.co.uk>:
| I've revisited this issue by installing horde/ingo on a fresh web server.
| Below is a patch which fixes it (for me).
|
| --- rule.php.old 2003-09-17 00:05:26.000000000 +0100
| +++ rule.php 2003-11-11 13:32:23.000000000 +0000
| @@ -204,7 +204,7 @@
| !isset($ingo_fields[$condition['field']]['tests'])) {
| $avail_tests = $ingo_script->availableTests();
| } else {
| - $avail_tests = $ingo_fields[$field]['tests'];
| + $avail_tests = $ingo_fields[$condition['field']]['tests'];
| }
Committed - thanks.
michael
______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder
More information about the ingo
mailing list