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

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |ommunity.org

--- Comment #7 from Jonathan Druart <[email protected]> 
---
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.
_______________________________________________
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