From: Steve Sutton Date: Tue, 9 Feb 2010 15:43:49 +0000 (+0000) Subject: update for text_area X-Git-Tag: v1.0.0~97 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ee3fd61f9bda76ab6bffe1f6edbde581a20431e8;p=web%2FTroutCreek.git update for text_area --- diff --git a/admin/Contact/edit_contact.phtml b/admin/Contact/edit_contact.phtml index 0e5fa53..1a94398 100755 --- a/admin/Contact/edit_contact.phtml +++ b/admin/Contact/edit_contact.phtml @@ -133,7 +133,8 @@ foreach($DB_fields as $key=>$value) { echo "Description and Images"; } echo "$value[title]:"; - text_area("$value[name]",$row[$value[name]]); + echo ''; echo ""; } elseif($value[type] == "hide") {