/[drupal]/contributions/modules/annotation/annotation_text/annotation_text.module
ViewVC logotype

Diff of /contributions/modules/annotation/annotation_text/annotation_text.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.14, Thu Apr 30 23:02:36 2009 UTC revision 1.15, Fri May 1 02:27:17 2009 UTC
# Line 143  function annotation_text_annotations($vi Line 143  function annotation_text_annotations($vi
143      $result = db_query("SELECT * FROM {annotation_text} WHERE vid = %d ORDER BY offset ASC, length ASC", $vid);      $result = db_query("SELECT * FROM {annotation_text} WHERE vid = %d ORDER BY offset ASC, length ASC", $vid);
144      while ($annotation = db_fetch_object($result)) {      while ($annotation = db_fetch_object($result)) {
145        $annotations[$vid]['c'. $annotation->cid] = $annotation;        $annotations[$vid]['c'. $annotation->cid] = $annotation;
146          $annotations[$vid]['c'. $annotation->cid]->options = 'textAnnotationOptions';
147      }      }
148    }    }
149    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.2