Ignore:
Timestamp:
07/15/11 15:33:08 (14 years ago)
Author:
basvannuland
Message:

little work on the ontology

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/submitsurvey.php

    r14 r16  
    2525
    2626foreach($result as $line){
    27   $value = $line['?surveyTitle'];
     27  $value = $line['?title'];
    2828    if($value != "")
    2929      echo $value->toString()."<br/>";
     
    3535
    3636foreach($result2 as $line){
    37   $value = $line['?surveyDescription'];
     37  $value = $line['?description'];
    3838    if($value != "")
    3939      echo $value->toString()."<br/>";
Note: See TracChangeset for help on using the changeset viewer.