Changeset 4691
- Timestamp:
- 2006/09/13 13:39:18 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/module/DB/common.php (modified) (1 diff)
-
html/test/kakinaka/DB/common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/DB/common.php
r1328 r4691 952 952 function &execute($stmt, $data = array()) 953 953 { 954 sfprintr("test"); 954 955 $realquery = $this->executeEmulateQuery($stmt, $data); 955 956 if (DB::isError($realquery)) { -
temp/trunk/html/test/kakinaka/DB/common.php
r4690 r4691 952 952 function &execute($stmt, $data = array()) 953 953 { 954 955 sfprintr("test");956 954 $realquery = $this->executeEmulateQuery($stmt, $data); 957 955 if (DB::isError($realquery)) {
Note: See TracChangeset
for help on using the changeset viewer.
