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

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

branches/pear-db/my2pg/xx_pear_db.php revision 53 by dpavlin, Sat Mar 6 00:33:16 2004 UTC branches/pear-db/include/xx_pear_db.php revision 60 by dpavlin, Sat Mar 6 18:55:27 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.60

  ViewVC Help
Powered by ViewVC 1.1.26