iliaa Sat Feb 15 12:06:35 2003 EDT
Modified files:
/php4/ext/mysqli/tests 014.phpt
Log:
Fixed skip condition.
Index: php4/ext/mysqli/tests/014.phpt
diff -u php4/ext/mysqli/tests/014.phpt:1.2 php4/ext/mysqli/tests/014.phpt:1.3
--- php4/ext/mysqli/tests/014.phpt:1.2 Sat Feb 15 11:21:35 2003
+++ php4/ext/mysqli/tests/014.phpt Sat Feb 15 12:06:35 2003
@@ -9,7 +9,7 @@
mysqli_free_result($result);
mysqli_close($link);
- if ($row[1] == "NO") {
+ if ($row[1] == "DISABLED") {
printf ("skip innodb support not installed.");
}
?>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php