X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fscheduler.pl;h=4d732db3a575fe895044297d0c540673fe06434e;hb=b5ac4a852f9b536649f9c40d0b7cdb02ce5e9773;hp=5fae73d6132b9b407d4f66497a5951c2d40f6818;hpb=8ad2c7d7acc3cb0033426bd78928214a22ad9dd1;p=koha_fer diff --git a/tools/scheduler.pl b/tools/scheduler.pl index 5fae73d613..4d732db3a5 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;