diff options
author | friendica <info@friendica.com> | 2013-03-06 23:48:47 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-06 23:48:47 -0800 |
commit | 575874d0a895bda73be201affd351d5c8f1bb63d (patch) | |
tree | 8b18faef9e89da9bcb7bf55ddb77d5c785d01ac2 /include | |
parent | 863dcda8ee2e6a193729b4cb74a0bb60d364372b (diff) | |
parent | 41cd10f9035f52dce664aea443f06b15d3463994 (diff) | |
download | volse-hubzilla-575874d0a895bda73be201affd351d5c8f1bb63d.tar.gz volse-hubzilla-575874d0a895bda73be201affd351d5c8f1bb63d.tar.bz2 volse-hubzilla-575874d0a895bda73be201affd351d5c8f1bb63d.zip |
Merge pull request #32 from unary/events
some fixes related to events
Diffstat (limited to 'include')
-rw-r--r-- | include/event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event.php b/include/event.php index 6a35bd0ad..e334c5a4f 100644 --- a/include/event.php +++ b/include/event.php @@ -332,7 +332,7 @@ function event_store($arr) { $arr['uri'] = item_message_id(); - $r = q("INSERT INTO event ( uid,aid,event_xchan,event_hash,created,edited,start,finish,summary, desc,location,type, + $r = q("INSERT INTO event ( uid,aid,event_xchan,event_hash,created,edited,start,finish,summary, `desc`,location,type, adjust,nofinish,allow_cid,allow_gid,deny_cid,deny_gid) VALUES ( %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, '%s', '%s', '%s', '%s' ) ", intval($arr['uid']), |