diff options
author | friendica <info@friendica.com> | 2014-01-10 00:47:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-10 00:47:40 -0800 |
commit | 3298768d957421743eaa56dec5381141ab094d53 (patch) | |
tree | d6fb45b58719e61e5962546bbb111ed66276a71c /include/attach.php | |
parent | ee2bea37e9a46e8dcd6b7df655fc56c1feb8132e (diff) | |
download | volse-hubzilla-3298768d957421743eaa56dec5381141ab094d53.tar.gz volse-hubzilla-3298768d957421743eaa56dec5381141ab094d53.tar.bz2 volse-hubzilla-3298768d957421743eaa56dec5381141ab094d53.zip |
directory creation error, display localtimes on cloud webpage, doc updates
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php index f14a2c61a..d339ce6f9 100644 --- a/include/attach.php +++ b/include/attach.php @@ -602,7 +602,7 @@ function attach_mkdir($channel,$observer_hash,$arr = null) { $created = datetime_convert(); $r = q("INSERT INTO attach ( aid, uid, hash, creator, filename, filetype, filesize, revision, folder, flags, data, created, edited, allow_cid, allow_gid, deny_cid, deny_gid ) - VALUES ( %d, %d, '%s', '%s', '%s', %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s' ) ", + VALUES ( %d, %d, '%s', '%s', '%s', '%s', %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s' ) ", intval($channel['channel_account_id']), intval($channel_id), dbesc($arr['hash']), |