Changeset 4701 for temp/trunk
- Timestamp:
- 2006/09/13 13:43:55 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_DbConn.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_DbConn.php
r4700 r4701 1 1 <?php 2 2 $current_dir = realpath(dirname(__FILE__)); 3 require_once($current_dir . "/../module/DB.php");3 //require_once($current_dir . "/../module/DB.php"); 4 4 5 5 $objDbConn = ""; … … 84 84 } 85 85 86 sfprintr($n);87 88 86 if ( $arr ){ 89 87 $result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC);
Note: See TracChangeset
for help on using the changeset viewer.
