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

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

revision 1 by dpavlin, Fri Dec 5 18:34:18 2003 UTC revision 42 by dpavlin, Thu Mar 4 22:43:50 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_query($sql, $con);                  $rs = xx_query($sql, $con);
27                  $row = mysql_fetch_array ($rs);                  $row = xx_fetch_array ($rs);
28    
29                  // Fetch data                  // Fetch data
30                  $pageHTML = $row["pageHTML"];                  $pageHTML = $row["pageHTML"];

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

  ViewVC Help
Powered by ViewVC 1.1.26