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

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

branches/paul/page_print.phtml revision 68 by dpavlin, Thu Mar 18 19:24:54 2004 UTC branches/paul_xx/page_print.phtml revision 69 by dpavlin, Thu Mar 18 20:01:09 2004 UTC
# Line 32  if ($page_id > 0 ) { Line 32  if ($page_id > 0 ) {
32          // Debugging          // Debugging
33          // printf("sql was: %s<BR>", $sql);          // printf("sql was: %s<BR>", $sql);
34    
35          $rs = mysql_tryquery($sql);          $rs = xx_tryquery($sql);
36          $row = mysql_fetch_array ($rs, MYSQL_ASSOC);          $row = xx_fetch_array ($rs, xx_ASSOC);
37                    
38          // Fetch data          // Fetch data
39          $pagetype_id = $row["pagetype_id"];              $pagetype_id = $row["pagetype_id"];    
# Line 152  if ($page_id > 0 ) { Line 152  if ($page_id > 0 ) {
152                  WHERE page_id = " . $page_id                  WHERE page_id = " . $page_id
153                  . " ORDER BY e.element_order";                  . " ORDER BY e.element_order";
154    
155          $rs = mysql_tryquery($sql);          $rs = xx_tryquery($sql);
156    
157          while ($row = mysql_fetch_array ($rs, MYSQL_ASSOC)) {          while ($row = xx_fetch_array ($rs, xx_ASSOC)) {
158    
159                  // General element information                  // General element information
160                  $element_id = $row["element_id"];                  $element_id = $row["element_id"];

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

  ViewVC Help
Powered by ViewVC 1.1.26