Closed (duplicate)
Project:
Real Name
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2009 at 00:00 UTC
Updated:
26 May 2010 at 21:22 UTC
- db_query("UPDATE {realname} SET realname='s' where uid=%d", $result,$account->uid);
+ db_query("UPDATE {realname} SET realname='%s' where uid=%d", $result,$account->uid);
| Comment | File | Size | Author |
|---|---|---|---|
| realname_db_string.patch | 671 bytes | bcn |
Comments
Comment #1
nancydru#805526: Improve cache usage and storage.