[Koha-bugs] [Bug 12845] C4::Output::FormatData is unused

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 3 12:55:31 CEST 2014


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

Nick Clemens <nick at quecheelibrary.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31332|0                           |1
        is obsolete|                            |

--- Comment #7 from Nick Clemens <nick at quecheelibrary.org> ---
Created attachment 31336
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31336&action=edit
[SIGNED OFF] Bug 12845: C4::Output::FormatData can be removed

Test plan:
  git grep FormatData
should not return any result in pl and pm files.

Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
nick at debian:~/koha$ git grep FormatData
C4/Output.pm:        &output_html_with_http_headers
&output_ajax_with_http_headers &output_with_http_headers FormatData
FormatNumber
C4/Output.pm:=item FormatData
C4/Output.pm:FormatData($data_hashref)
C4/Output.pm:sub FormatData{
nick at debian:~/koha$ git bz apply 12845
Bug 12845 - C4::Output::FormatData is unused

31332 - Bug 12845: C4::Output::FormatData can be removed

Apply? [(y)es, (n)o, (i)nteractive] y
Applying: Bug 12845: C4::Output::FormatData can be removed
nick at debian:~/koha$ git bz apply 12845
Bug 12845 - C4::Output::FormatData is unused

31332 - Bug 12845: C4::Output::FormatData can be removed

Apply? [(y)es, (n)o, (i)nteractive] n
nick at debian:~/koha$ git grep FormatData
nick at debian:~/koha$

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


More information about the Koha-bugs mailing list