Changeset 152 for Dev/trunk/classes/SessionConnector.php
- Timestamp:
- 11/09/11 17:14:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/SessionConnector.php
r151 r152 60 60 $uid = ""; $title = ""; $datetime = ""; $applications = ""; $surveys = ""; $answersets = ""; 61 61 if(in_array("uid", $keys)) 62 $uid = 'predicates:uid \''.$argu ements["uid"].'\' ';62 $uid = 'predicates:uid \''.$arguments["uid"].'\' '; 63 63 if(in_array("title", $keys)) 64 64 $title = 'predicates:title \''.$arguments["title"].'\' ';
Note: See TracChangeset
for help on using the changeset viewer.