Skip to content
Snippets Groups Projects
Commit 8b189781 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

xdebug_break killing

parent c0171341
Branches
Tags
No related merge requests found
......@@ -64,7 +64,6 @@ class Class_Import_Opac2 {
protected function _importLine($line) {
xdebug_break();
$line = explode(chr(9), $line);
if (11 != count($line))
return;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment