vsprintf error
This commit is contained in:
parent
364fc9f163
commit
c8f1bf89a9
@ -68,7 +68,8 @@ function poco_load($xchan = '',$url = null) {
|
|||||||
if(array_key_exists('chatrooms',$j) && is_array($j['chatrooms'])) {
|
if(array_key_exists('chatrooms',$j) && is_array($j['chatrooms'])) {
|
||||||
foreach($j['chatrooms'] as $room) {
|
foreach($j['chatrooms'] as $room) {
|
||||||
$r = q("select * from xchat where xchat_url = '%s' and xchat_xchan = '%s' limit 1",
|
$r = q("select * from xchat where xchat_url = '%s' and xchat_xchan = '%s' limit 1",
|
||||||
dbesc($room['url'])
|
dbesc($room['url']),
|
||||||
|
dbesc($xchan)
|
||||||
);
|
);
|
||||||
if($r) {
|
if($r) {
|
||||||
q("update xchat set xchat_edited = '%s' where xchat_id = %d limit 1",
|
q("update xchat set xchat_edited = '%s' where xchat_id = %d limit 1",
|
||||||
|
@ -1 +1 @@
|
|||||||
2014-02-25.599
|
2014-02-26.600
|
||||||
|
Reference in New Issue
Block a user