1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
This commit is contained in:
Adam Kennedy 2009-04-04 22:49:28 +00:00
parent 8d35387d9a
commit 31996481e2

View file

@ -77,8 +77,7 @@ sub prepare {
Statement => $statement,
});
DBD::SQLite::st::_prepare($sth, $statement, @attribs)
or return undef;
DBD::SQLite::st::_prepare($sth, $statement, @attribs) or return undef;
return $sth;
}