scott asked:
> Is there a .pm with a function/sub that allows me to get/send a query on
> the sys. pref table and have it return data?
C4::Context->preference does a very simple query. For more complex
ones, you can call it on C4::Context->dbh but it may be better to
add a function to C4::Context
Is there a .pm with a function/sub that allows me to get/send a query on
the sys. pref table and have it return data?
Thanks,
Scott
___
Koha-devel mailing list
koha-de...@nongnu.org
http://lists.nongnu.org/mailman/listinfo/koha-devel