Skip to content

Commit

Permalink
Fixed syntax error. Added config dir that was unintentionally removed
Browse files Browse the repository at this point in the history
  • Loading branch information
janaya committed Apr 12, 2011
1 parent 191356c commit 5732e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<$link#presence> <http://online-presence.net/opo/ns#declaredOn> <$author> .
<$link#presence> <http://online-presence.net/opo/ns#declaredBy> <$author#id> .
<$link#presence> <http://online-presence.net/opo/ns#StartTime> \"$date\"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
<$link#presence> <http://online-presence.net/opo/ns#customMessage> <$link> . }"
<$link#presence> <http://online-presence.net/opo/ns#customMessage> <$link> . }";

SMOBStore::query($query);
}
Expand Down

0 comments on commit 5732e01

Please sign in to comment.