sql string unquoted
This commit is contained in:
parent
dd215607f3
commit
c061cc0955
@ -329,7 +329,7 @@ function network_content(&$a, $update = 0, $load = false) {
|
|||||||
// which are both ITEM_UNSEEN and have "changed" since that time. Cross fingers...
|
// which are both ITEM_UNSEEN and have "changed" since that time. Cross fingers...
|
||||||
|
|
||||||
if($update && $_SESSION['loadtime'])
|
if($update && $_SESSION['loadtime'])
|
||||||
$simple_update .= " and item.changed > " . datetime_convert('UTC','UTC',$_SESSION['loadtime']);
|
$simple_update .= " and item.changed > '" . datetime_convert('UTC','UTC',$_SESSION['loadtime']) . "' ";
|
||||||
if($load)
|
if($load)
|
||||||
$simple_update = '';
|
$simple_update = '';
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2014-07-21.743
|
2014-07-22.744
|
||||||
|
Reference in New Issue
Block a user