Show
Ignore:
Timestamp:
08/23/06 00:15:06 (6 years ago)
Author:
john
Message:

made it so input filter can specify field exceptions not to check

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/dispatcher.php

    r162 r245  
    6161    function dispatch() { 
    6262        try { 
    63             InputFilter::process_all(array(),array(),1,1); 
     63            InputFilter::process_all(); 
    6464            Session::start(); 
    6565            $ac = new ActionController();