From 2ddaae9bb369aebaab03fb58fc65fe3027804ebe Mon Sep 17 00:00:00 2001 From: jennylee Date: Thu, 13 Dec 2012 12:28:11 -0400 Subject: [PATCH] BUG-3860 New Feature. Add options "Capitalize Phrase" and "Title Case" to "Text transform to". New Feature. I added new functions to Capitalize Phrase and Title Case in''Text transform to'. --- gulliver/system/class.xmlform.php | 1 - 1 file changed, 1 deletion(-) diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index 27963d17e..658608c50 100755 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -1127,7 +1127,6 @@ class XmlForm_Field_Text extends XmlForm_Field_SimpleText $value = implode(" ", $title); } //if ($this->strTo==='CAPITALIZE') $value = strtocapitalize($value); - print_r($this->renderMode); $onkeypress = G::replaceDataField( $this->onkeypress, $owner->values ); if ($this->replaceTags == 1) { $value = G::replaceDataField( $value, $owner->values );