On Wed, 30 Jan 2002, Stas Bekman wrote:

> - interface to Apache::Time::ht_time
> - compat wrapper Apache::Util::ht_time ( needs 
> APR::Pool::from_current_request)
> - tests for Apache::Time::ht_time and the wrapper Apache::Util

+1
btw, i just realized there's no need for a new function, you should just
be able to use:
+sub ht_time {
+    return Apache::Time::ht_time(undef, @_);



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to