[Koha-bugs] [Bug 14998] Remove C4::Dates from installer and maintenance folders

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 6 11:55:56 CET 2015


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #7 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I don't want to spent too much time on this script, but I don't think it will
work as before.

  C4::Dates->new($1, 'us')->output()
and
  output_pref( { dt => dt_from_string( $1 ), dateonly => 1, dateformat => 'us'
}
are different I think, it should be
  output_pref( { dt => dt_from_string( $1, 'us' ), dateonly => 1 }

I would prefer to see this script deleted :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list