aboutsummaryrefslogtreecommitdiffstats
path: root/include/dir_fns.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-14 20:51:26 -0700
committerfriendica <info@friendica.com>2013-10-14 20:51:26 -0700
commit96ba0dccf993490f7019b94950bad23a354d3127 (patch)
treeb7934e51bc0b9eb7f3eec2d95bb9fd015a111706 /include/dir_fns.php
parentf3fcffb29d22066f0ce627faa6af3287dd716698 (diff)
downloadvolse-hubzilla-96ba0dccf993490f7019b94950bad23a354d3127.tar.gz
volse-hubzilla-96ba0dccf993490f7019b94950bad23a354d3127.tar.bz2
volse-hubzilla-96ba0dccf993490f7019b94950bad23a354d3127.zip
sql typo in directory sync
Diffstat (limited to 'include/dir_fns.php')
-rw-r--r--include/dir_fns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dir_fns.php b/include/dir_fns.php
index ba3aa1877..e3cd8ae77 100644
--- a/include/dir_fns.php
+++ b/include/dir_fns.php
@@ -85,7 +85,7 @@ function sync_directories($dirmode) {
if(is_array($t['flags']) && in_array('deleted',$t['flags']))
$ud_flags |= UPDATE_FLAGS_DELETED;
$z = q("insert into updates ( ud_hash, ud_guid, ud_date, ud_flags, ud_addr )
- values ( '%s', '%s', '%s', '%d, '%s' ) ",
+ values ( '%s', '%s', '%s', %d, '%s' ) ",
dbesc($t['hash']),
dbesc($t['transaction_id']),
dbesc($t['timestamp']),