I am trying to use the comm2func command to access my mysql plugin.
I have a hidden query:
[hidden query "UPDATE kmsortiment_st SET name='(?name)' , category='(?
cat)' , typ='(?typ)' , base_price={=bp} , km_price={=kp} , box_size=
{=bs} , unit='(?u)' , group_unit='(?gu)' WHERE id={?itemid}"]
where [session msg "{=query}"] returns:
UPDATE kmsortiment_st SET name='(?name)' , category='(?cat)' , typ='(?
typ)' , base_price=30 , km_price=35 , box_size=20 , unit='(?u)' ,
group_unit='(?gu)' WHERE id=1
Which is correct.
I then try to access $args['query'] in my function. I get:
UPDATE kmsortiment_st SET name=
Which is not correct.
It seems to me that single qoutes within double quotes are not escaped
correctly somewhere. I can't find where.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---