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

(-)a/C4/Debug.pm (-2 lines)
Lines 127-133 command with ERROR_LOG enabled for your VirtualHost. Not intended for productio Link Here
127
=item You can force the value from perl directly, like:
127
=item You can force the value from perl directly, like:
128
128
129
	use C4::Debug;
129
	use C4::Debug;
130
	use C4::Dates;
131
	BEGIN { $C4::Debug::debug = 1; }
130
	BEGIN { $C4::Debug::debug = 1; }
132
	# now any other dependencies that also use C4::Debug will have debugging ON.
131
	# now any other dependencies that also use C4::Debug will have debugging ON.
133
132
134
- 

Return to bug 14870