This commit is contained in:
Igor Barkov [iwork] 2018-12-14 17:02:58 +02:00
parent 38b0008b40
commit 9f3ee049b1

View File

@ -85,7 +85,7 @@ $contacts_list = db::c()->query('SELECT `friend`,`comment` FROM `friends` WHERE
</TD>
<TD width="1%">
<input type='button' style="background: darkgrey; border: 1px solid grey; border-radius: 2px;" value="Редактировать"
onclick='use('comment','wow')'>
onclick='use("comment","wow")'>
<!-- editcontact("<?= $us['login'] ?>", "<?= $row['comment'] ?>") -->
</TD>
</TR>