Posted by cdale on October 20, 2009 at 9:43pm
Jump to:
| Project: | RealName |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The query currently looks like:
<?php
db_query("UPDATE {realname} SET realname='s' where uid=%d", $result,$account->uid);
?>I think it's supposed to look like (Not the '%' now in realname=):
<?php
db_query("UPDATE {realname} SET realname='%s' where uid=%d", $result,$account->uid);
?>Trivial change. Don't have time to make a patch right now, will try and make one later.
Comments
#1
This is already fixed in the latest code.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.