http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13813

--- Comment #93 from Jonathan Druart <[email protected]> ---
Comment on attachment 36900
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36900
Bug 13813 - Remove C4::Dates from tools/koha-news.pl

Review of attachment 36900:
 --> 
(http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13813&attachment=36900)
-----------------------------------------------------------------

::: tools/koha-news.pl
@@ +40,5 @@
>  my $id             = $cgi->param('id');
>  my $title          = $cgi->param('title');
>  my $new            = $cgi->param('new');
> +my $expirationdate = output_pref({ dt => dt_from_string( 
> $cgi->param('expirationdate') ), dateformat => 'iso', dateonly => 1 });
> +my $timestamp      = output_pref({ dt => dt_from_string( 
> $cgi->param('timestamp') ), dateformat => 'iso', dateonly => 1 });

Not sure about this but it does not seem to break anything.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to