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

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

Return to bug 18996