Ver originalfunction comprobar(&$var,$value ){ if( !empty($var) ){ if( $var == $value ){ $var = " "; } return true; }}