X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=tools%2Fscheduler.pl;h=99210ac40949f9ba6debcec259974a5599cfbfac;hb=fa88585674148b36817168c27cc70da555ce6da6;hp=5fae73d6132b9b407d4f66497a5951c2d40f6818;hpb=4747ea7462c04770484386538b1594c1760bc75b;p=koha.git diff --git a/tools/scheduler.pl b/tools/scheduler.pl index 5fae73d613..99210ac409 100755 --- a/tools/scheduler.pl +++ b/tools/scheduler.pl @@ -13,11 +13,12 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; +#use warnings; FIXME - Bug 2505 use C4::Context; use C4::Scheduler; use C4::Reports::Guided; @@ -108,8 +109,6 @@ $template->param( JOBS => \@jobloop ); my $time = localtime(time); $template->param( 'time' => $time ); $template->param( - DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(), - dateformat => C4::Dates->new()->format(), debug => $debug, ); output_html_with_http_headers $input, $cookie, $template->output;