Download & Extend

Bug in realname_make_name() update query.

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

Status:active» fixed

This is already fixed in the latest code.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here