Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
d084d5575c
@ -52,7 +52,7 @@ function externals_run($argv, $argc){
|
||||
$x = z_fetch_url($feedurl);
|
||||
if(($x) && ($x['success'])) {
|
||||
|
||||
q("update site set site_pull = '%s' where site_url = '%s limit 1",
|
||||
q("update site set site_pull = '%s' where site_url = '%s' limit 1",
|
||||
dbesc(datetime_convert()),
|
||||
dbesc($url)
|
||||
);
|
||||
|
Reference in New Issue
Block a user