Hi, On Thu, Jul 3, 2008 at 1:08 PM, Henri-Damien LAURENT <[EMAIL PROTECTED]> wrote: > - _koha_delete_item( $dbh, $itemnumber ); > + _koha_delete_item( $itemnumber );
I understand removing $dbh as an explicit parameter from the public DelItem API, but since _koha_delete_item and friends are internal functions that are not exported, why spend the extra "select 1" calls involved in using C4::Context->dbh()? Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
