View | Details | Raw Unified | Return to bug 18996
Collapse All | Expand All

(-)a/C4/SIP/ILS/Item.pm (-2 / +1 lines)
Lines 107-113 sub new { Link Here
107
	bless $self, $type;
107
	bless $self, $type;
108
108
109
    syslog("LOG_DEBUG", "new ILS::Item('%s'): found with title '%s'",
109
    syslog("LOG_DEBUG", "new ILS::Item('%s'): found with title '%s'",
110
	   $item_id, $self->{title});
110
        $item_id, $self->{title}//'' );
111
111
112
    return $self;
112
    return $self;
113
}
113
}
114
- 

Return to bug 18996