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

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

trunk/resource.phtml revision 1 by dpavlin, Fri Dec 5 18:34:18 2003 UTC branches/paul_xx/resource.phtml revision 69 by dpavlin, Thu Mar 18 20:01:09 2004 UTC
# Line 32  $sql = "SELECT * FROM Line 32  $sql = "SELECT * FROM
32          r.resource_id = rsi.resource_id";          r.resource_id = rsi.resource_id";
33    
34    
35  $rs = mysql_query($sql, $con);  $rs = xx_query($sql, $con);
36  $row = mysql_fetch_array ($rs);  $row = xx_fetch_array ($rs);
37    
38  // Fetch rows  // Fetch rows
39  $title = $row["title"];  $title = $row["title"];

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

  ViewVC Help
Powered by ViewVC 1.1.26