git://git.iain.cx/iain
/
readifood.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb7d5af
)
Use textarea() for contact notes.
author
Iain Patterson
<me@iain.cx>
Mon, 13 May 2013 09:43:01 +0000
(
05:43
-0400)
committer
Iain Patterson
<me@iain.cx>
Mon, 13 May 2013 12:48:07 +0000
(08:48 -0400)
lib/contact.php
patch
|
blob
|
history
diff --git
a/lib/contact.php
b/lib/contact.php
index
d5975b9
..
c457f4b
100644
(file)
--- a/
lib/contact.php
+++ b/
lib/contact.php
@@
-308,7
+308,7
@@
/* Notes. */
echo "<tr>\n";
echo " <td>Notes</td>\n";
- echo " <td>
<textarea name=\"notes\">" . $contact->getNotes() . "</textarea>
</td>\n";
+ echo " <td>
"; textarea("notes", $contact->getNotes()); echo "
</td>\n";
echo "</tr>\n";
}