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

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

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

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

  ViewVC Help
Powered by ViewVC 1.1.26