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

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

revision 41 by dpavlin, Fri Dec 5 18:34:18 2003 UTC revision 42 by dpavlin, Thu Mar 4 22:43:50 2004 UTC
# Line 70  if(isset($libsession) && $sess_access_le Line 70  if(isset($libsession) && $sess_access_le
70                  FROM resource r                  FROM resource r
71                  WHERE r.infotype_id < 2 ORDER BY r.title";                  WHERE r.infotype_id < 2 ORDER BY r.title";
72    
73          $rs = mysql_query($sql, $con);          $rs = xx_query($sql, $con);
74                    
75          while ($row = mysql_fetch_array ($rs)) {          while ($row = xx_fetch_array ($rs)) {
76    
77                  // Increment counter                  // Increment counter
78                  $rowcount++;                  $rowcount++;

Legend:
Removed from v.41  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26