/[libdata]/branches/pear-db/include/xx_pear_db.php
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/pear-db/include/xx_pear_db.php

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

revision 53 by dpavlin, Sat Mar 6 00:33:16 2004 UTC revision 56 by dpavlin, Sat Mar 6 02:53:10 2004 UTC
# Line 157  function xx_prepare_execute() { Line 157  function xx_prepare_execute() {
157          global $db;          global $db;
158    
159          $args = func_get_args();          $args = func_get_args();
160          $sql = array_shift($args);          $sql = filter_sql(array_shift($args));
161    
162          XXX_debug("xx_prepare_execute: $sql [".join("|",$args)."]");          XXX_debug("xx_prepare_execute: $sql [".join("|",$args)."]");
163    

Legend:
Removed from v.53  
changed lines
  Added in v.56

  ViewVC Help
Powered by ViewVC 1.1.26