jon Mon Feb 10 10:46:47 2003 EDT
Modified files:
/php4/ext/pgsql pgsql.c
Log:
Correct the spelling of 'supported'.
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.260 php4/ext/pgsql/pgsql.c:1.261
--- php4/ext/pgsql/pgsql.c:1.260 Sun Feb 9 02:50:16 2003
+++ php4/ext/pgsql/pgsql.c Mon Feb 10 10:46:47 2003
@@ -19,7 +19,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: pgsql.c,v 1.260 2003/02/09 07:50:16 yohgaki Exp $ */
+/* $Id: pgsql.c,v 1.261 2003/02/10 15:46:47 jon Exp $ */
#include <stdlib.h>
@@ -997,7 +997,7 @@
#if HAVE_PQCMDTUPLES
Z_LVAL_P(return_value) = atoi(PQcmdTuples(pgsql_result));
#else
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not supportted
under this build.");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not supported
+under this build.");
Z_LVAL_P(return_value) = 0;
#endif
break;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php