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

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

branches/paul/admin/masterinfotype_drill.phtml revision 68 by dpavlin, Thu Mar 18 19:24:54 2004 UTC branches/paul_xx/admin/masterinfotype_drill.phtml revision 69 by dpavlin, Thu Mar 18 20:01:09 2004 UTC
# Line 76  if(isset($libsession) && $sess_access_le Line 76  if(isset($libsession) && $sess_access_le
76                  . $masterinfotype_id                  . $masterinfotype_id
77                  . " ORDER BY i.infotype";                  . " ORDER BY i.infotype";
78    
79          $rs = mysql_tryquery($sql);          $rs = xx_tryquery($sql);
80    
81          // Initialize counter          // Initialize counter
82          $rowcount = 0;          $rowcount = 0;
83    
84          // Cycle through the result set          // Cycle through the result set
85          while ( $row = mysql_fetch_array ($rs, MYSQL_ASSOC)) {          while ( $row = xx_fetch_array ($rs, xx_ASSOC)) {
86                  $infotype_id = Trim($row["infotype_id"]);                  $infotype_id = Trim($row["infotype_id"]);
87                  $infotype = Trim($row["infotype"]);                  $infotype = Trim($row["infotype"]);
88    
# Line 102  if(isset($libsession) && $sess_access_le Line 102  if(isset($libsession) && $sess_access_le
102    
103          // Summary of RQS page uses          // Summary of RQS page uses
104          printf("<tr><td align=\"right\" class=\"backLight\">Total mapped Information Types:</td>\n");          printf("<tr><td align=\"right\" class=\"backLight\">Total mapped Information Types:</td>\n");
105          if (mysql_num_rows($rs) == 0) printf("<td class=\"backLight\">(None)</td>\n");          if (xx_num_rows($rs) == 0) printf("<td class=\"backLight\">(None)</td>\n");
106          else printf("<td class=\"backLight\">%d</td>\n", mysql_num_rows($rs));          else printf("<td class=\"backLight\">%d</td>\n", xx_num_rows($rs));
107          printf("</tr>\n");          printf("</tr>\n");
108    
109          // Close table          // Close table

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

  ViewVC Help
Powered by ViewVC 1.1.26