Author Topic: Change own title PROBLEM  (Read 2320 times)

Offline deve

Change own title PROBLEM
« on: October 24, 2008, 10:21:48 am »
if I buy change own title from the shop and wont to change it , I get this error ??

Code: [Select]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'En iyiler ile avlanın!
WHERE ID_MEMBER = 3
LIMIT 1' at line 3
Dosya: /home2/hunters/public_html/deerhunter/Sources/Subs.php
Satır: 631

and this is the part of my subs.php 628 to 631
Code: [Select]
db_query("
UPDATE {$db_prefix}members
SET" . substr($setString, 0, -1) . '
WHERE ' . $condition, __FILE__, __LINE__);

Offline mike dijital

Re: Change own title PROBLEM
« Reply #1 on: October 24, 2008, 03:44:42 pm »
is this members name the original name they registered with, alot of shop mods use the original login name, and they dont recognize changes of display names

Offline deve

Re: Change own title PROBLEM
« Reply #2 on: October 25, 2008, 05:53:58 am »
is this members name the original name they registered with, alot of shop mods use the original login name, and they dont recognize changes of display names

yes it is !