Posted by chuck
2014-05-02

here is where it is breaking.

added comments through the code.

//-- [END] Load data from input to state


echo "made it past data loaded";

//-- [BEGIN]*** Validate Staff Input
if ( !$this->ValidateStaffInput( $def, true, $fs_edit_save ) ) break;
//-- [END]*** Validate Staff Input

echo "made it past validate staff";


I never get past the validate section. ideas? the other pages use the exact same code.