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

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

branches/paul/publish.phtml revision 68 by dpavlin, Thu Mar 18 19:24:54 2004 UTC branches/paul_xx/publish.phtml revision 69 by dpavlin, Thu Mar 18 20:01:09 2004 UTC
# Line 23  if ($page_id > 0 ) { Line 23  if ($page_id > 0 ) {
23    
24                  // Build the SQL to extract the static snapshot                  // Build the SQL to extract the static snapshot
25                  $sql = "SELECT pageHTML from page WHERE page_id = " . $page_id;                  $sql = "SELECT pageHTML from page WHERE page_id = " . $page_id;
26                  $rs = mysql_tryquery($sql);                  $rs = xx_tryquery($sql);
27                  $row = mysql_fetch_array ($rs, MYSQL_ASSOC);                  $row = xx_fetch_array ($rs, xx_ASSOC);
28    
29                  // Fetch data                  // Fetch data
30                  $pageHTML = $row["pageHTML"];                  $pageHTML = $row["pageHTML"];

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

  ViewVC Help
Powered by ViewVC 1.1.26