projects
/
m6w6
/
ext-pq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
f00254e
)
typo
author
Michael Wallner
<mike@php.net>
Fri, 22 Feb 2013 11:20:47 +0000
(12:20 +0100)
committer
Michael Wallner
<mike@php.net>
Fri, 22 Feb 2013 11:21:50 +0000
(12:21 +0100)
php_pq.c
patch
|
blob
|
history
diff --git
a/php_pq.c
b/php_pq.c
index a4e923f3dc2e456b047b98d8ee2f4e1d9d077d8a..cf5a2b38b7bd349010ffab8f095cd31eb1f26231 100644
(file)
--- a/
php_pq.c
+++ b/
php_pq.c
@@
-2366,7
+2366,7
@@
static PHP_METHOD(pqconn, getResult) {
php_pqconn_object_t *obj = zend_object_store_get_object(getThis() TSRMLS_CC);
if (!obj->intern) {
- throw_exce(EX_UNINITIALIZED TSRMLS_CC, "pq\\Connectio not initialized");
+ throw_exce(EX_UNINITIALIZED TSRMLS_CC, "pq\\Connectio
n
not initialized");
} else {
PGresult *res = PQgetResult(obj->intern->conn);