'LIKE', 'Rovno' => '=', 'Nerovno' => '!='); function OnView($Item) { $Output = $Item['Value']; return($Output); } function OnEdit($Item) { $Output = ''; return($Output); } function OnLoad($Item) { return($_POST[$Item['Name']]); } function DatabaseEscape($Value) { return('"'.addslashes($Value).'"'); } } ?>