Bugzilla – Attachment #18019: Bug 10156 - Fix usr/bin/perl path for get_report_social_data.pl for
bug #10156
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 10156
Collapse All
|
Expand All
(-)
a/misc/cronjobs/social_data/get_report_social_data.pl (-2 / +1 lines)
Lines 1-4
Link Here
1
#!/bin/perl
1
#!/usr/bin/perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use C4::SocialData;
4
use C4::SocialData;
5
-
Return to
bug 10156