/[libdata]/branches/paul_xx/admin/lacking_infotype.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/lacking_infotype.phtml

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

branches/paul/admin/lacking_infotype.phtml revision 68 by dpavlin, Thu Mar 18 19:24:54 2004 UTC branches/paul_xx/admin/lacking_infotype.phtml revision 69 by dpavlin, Thu Mar 18 20:01:09 2004 UTC
# Line 80  if(isset($libsession) && $sess_access_le Line 80  if(isset($libsession) && $sess_access_le
80                  FROM resource r                  FROM resource r
81                  WHERE r.infotype_id < 2 ORDER BY r.title";                  WHERE r.infotype_id < 2 ORDER BY r.title";
82    
83          $rs = mysql_tryquery($sql);          $rs = xx_tryquery($sql);
84                    
85          while ($row = mysql_fetch_array ($rs, MYSQL_ASSOC)) {          while ($row = xx_fetch_array ($rs, xx_ASSOC)) {
86    
87                  // Increment counter                  // Increment counter
88                  $rowcount++;                  $rowcount++;

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

  ViewVC Help
Powered by ViewVC 1.1.26