/[libdata]/branches/paul_xx/admin/rqscip_crosswalk.phtml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/paul_xx/admin/rqscip_crosswalk.phtml

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

branches/paul/admin/rqscip_crosswalk.phtml revision 68 by dpavlin, Thu Mar 18 19:24:54 2004 UTC branches/paul_xx/admin/rqscip_crosswalk.phtml revision 69 by dpavlin, Thu Mar 18 20:01:09 2004 UTC
# Line 85  if(isset($libsession) && $sess_access_le Line 85  if(isset($libsession) && $sess_access_le
85                  WHERE s.subject_id > 1                  WHERE s.subject_id > 1
86                  ORDER BY s.subject";                  ORDER BY s.subject";
87    
88          $rs = mysql_tryquery($sql);          $rs = xx_tryquery($sql);
89    
90          while ($row = mysql_fetch_array ($rs, MYSQL_ASSOC)) {          while ($row = xx_fetch_array ($rs, xx_ASSOC)) {
91    
92                  // Increment counter                  // Increment counter
93                  $rowcount++;                  $rowcount++;

Legend:
Removed from v.68  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.26