diff options
author | Thomas Willingham <founder@kakste.com> | 2014-04-05 22:55:38 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-04-05 22:55:38 +0100 |
commit | a2b949f3393206ffe2e1195d6abaa883f299b471 (patch) | |
tree | 8725fbef1402d87c1a2d190e1a8e3f26f6c7ea25 | |
parent | 8b0721cf3587a48653a126330217fb4bc32c9ffa (diff) | |
download | volse-hubzilla-a2b949f3393206ffe2e1195d6abaa883f299b471.tar.gz volse-hubzilla-a2b949f3393206ffe2e1195d6abaa883f299b471.tar.bz2 volse-hubzilla-a2b949f3393206ffe2e1195d6abaa883f299b471.zip |
Typo in externals SQL.
-rw-r--r-- | include/externals.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/externals.php b/include/externals.php index 95ced24bf..e7e9504a0 100644 --- a/include/externals.php +++ b/include/externals.php @@ -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) ); |