Skip to content

Commit

Permalink
- fix #55226, WS
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejoye committed Jan 31, 2012
1 parent 601f05f commit 88b00ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ext/pdo_sqlite/sqlite_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ static PHP_METHOD(SQLite, sqliteCreateCollation)
&collation_name, &collation_name_len, &callback)) {
RETURN_FALSE;
}

dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
PDO_CONSTRUCT_CHECK;

Expand Down Expand Up @@ -713,7 +713,6 @@ static PHP_METHOD(SQLite, sqliteCreateCollation)
}
/* }}} */


static const zend_function_entry dbh_methods[] = {
PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC)
PHP_ME(SQLite, sqliteCreateAggregate, NULL, ZEND_ACC_PUBLIC)
Expand Down

0 comments on commit 88b00ff

Please sign in to comment.