[dev] Bug in ingo or bad config?

Michael M Slusarz slusarz at bigworm.colorado.edu
Mon Jun 16 11:45:59 PDT 2003


Quoting Joel Vandal <jvandal at infoteck.qc.ca>:

| These change work for me and now the error message doesn't appear...
|
| Index: menu/menu.inc
| ===================================================================
| RCS file: /repository/ingo/templates/menu/menu.inc,v
| retrieving revision 1.12
| diff -r1.12 menu.inc
| 16c16
| <     in_array(INGO_STORAGE_ACTION_VACATION,
| $_SESSION['ingo']['script_categories'])) {
| ---
| >     @in_array(INGO_STORAGE_ACTION_VACATION,
| $_SESSION['ingo']['script_categories'])) {

BAD.  All you are doing is silencing the errors - this doesn't fix anything.
(Kind of like turning up the stereo in your car if your engine is making
noise).

michael

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


More information about the dev mailing list