Search found 1 match

by myoli
03 Aug 2005, 07:34
Forum: General Discussion
Topic: Mantis Custom Field Bug
Replies: 1
Views: 6111

Mantis Custom Field Bug

This is a new bug in Mantis 1.0.0a3

In bug_report.php

There is the original code:
if ( !custom_field_validate( $t_id, gpc_get_custom_field( "custom_field_$t_id", $t_def['type'], $t_def['default_value'] ) ) ) {
error_parameters( lang_get_defaulted( custom_field_get_field( $t_id, 'name ...