/[libdata]/trunk/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 /trunk/admin/masterinfotype_drill.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 69  if(isset($libsession) && $sess_access_le Line 69  if(isset($libsession) && $sess_access_le
69          // Debugging          // Debugging
70          // printf("sql was: %s<BR>\n", $sql);          // printf("sql was: %s<BR>\n", $sql);
71    
72          $rs = mysql_query($sql, $con);          $rs = xx_query($sql, $con);
73    
74          // Initialize counter          // Initialize counter
75          $rowcount = 0;          $rowcount = 0;
76    
77          // Cycle through the result set          // Cycle through the result set
78          while ( $row = mysql_fetch_array ( $rs ) ) {          while ( $row = xx_fetch_array ( $rs ) ) {
79                  $infotype_id = Trim($row["infotype_id"]);                  $infotype_id = Trim($row["infotype_id"]);
80                  $infotype = Trim($row["infotype"]);                  $infotype = Trim($row["infotype"]);
81    
# Line 95  if(isset($libsession) && $sess_access_le Line 95  if(isset($libsession) && $sess_access_le
95    
96          // Summary of RQS page uses          // Summary of RQS page uses
97          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");
98          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");
99          else printf("<td class=\"backLight\">%d</td>\n", mysql_num_rows($rs));          else printf("<td class=\"backLight\">%d</td>\n", xx_num_rows($rs));
100          printf("</tr>\n");          printf("</tr>\n");
101    
102          // Close table          // Close table

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

  ViewVC Help
Powered by ViewVC 1.1.26