Fix use-rtp-timer so that the value can be set to true and false as expected.

This commit is contained in:
Mark Crane
2012-12-21 19:03:35 +00:00
parent c6358c52f0
commit 7897e95bcd
3 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -126,7 +126,8 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'usr_rtp_timer';
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'use_rtp_timer';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'usr_rtp_timer';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;