helly Sun Aug 31 07:03:06 2003 EDT
Modified files:
/php-src/ext/mysqli mysqli_api.c
Log:
Revert commit by accident, sorry
Index: php-src/ext/mysqli/mysqli_api.c
diff -u php-src/ext/mysqli/mysqli_api.c:1.42 php-src/ext/mysqli/mysqli_api.c:1.43
--- php-src/ext/mysqli/mysqli_api.c:1.42 Sun Aug 31 06:52:23 2003
+++ php-src/ext/mysqli/mysqli_api.c Sun Aug 31 07:03:05 2003
@@ -15,7 +15,7 @@
| Author: Georg Richter <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: mysqli_api.c,v 1.42 2003/08/31 10:52:23 helly Exp $
+ $Id: mysqli_api.c,v 1.43 2003/08/31 11:03:05 helly Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -1691,7 +1691,7 @@
MYSQLI_FETCH_RESOURCE(stmt, STMT *, prstmt, PR_STMT *, &mysql_stmt,
"mysqli_stmt");
-// mysql_stmt_data_seek(stmt->stmt, offset);
+ mysql_stmt_data_seek(stmt->stmt, offset);
return;
}
/* }}} */
@@ -1711,7 +1711,7 @@
MYSQLI_FETCH_RESOURCE(stmt, STMT *, prstmt, PR_STMT *, &mysql_stmt,
"mysqli_stmt");
-// rc = mysql_stmt_num_rows(stmt->stmt);
+ rc = mysql_stmt_num_rows(stmt->stmt);
MYSQLI_RETURN_LONG_LONG(rc)
}
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php