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

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>