[Koha-patches] [PATCH] Pretty sure that "S" is needed. Significant typo.

Joe Atzberger joe.atzberger at liblime.com
Fri Apr 18 04:03:00 CEST 2008


---
 C4/Scheduler.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Scheduler.pm b/C4/Scheduler.pm
index 622a078..92982fb 100644
--- a/C4/Scheduler.pm
+++ b/C4/Scheduler.pm
@@ -80,7 +80,7 @@ This will return the At job with the given id
 
 sub get_at_job {
 	my ($id)=@_;
-	my %jobs = chedule::At::getJobs(JOBID => $id);
+	my %jobs = Schedule::At::getJobs(JOBID => $id);
 }
 
 =item add_at_job ($time,$command)
-- 
1.5.2.1




More information about the Koha-patches mailing list