Browse Source

removed debug code and subsequent bug

pull/40/head
Savetheinternet 13 years ago
parent
commit
406d287cd1
  1. 4
      inc/functions.php

4
inc/functions.php

@ -1005,12 +1005,8 @@
'</a>';
$body = str_replace($cites[0][$index], $cites[1][$index] . $replacement . $cites[4][$index], $body);
}
var_dump($post);
}
//var_dump($cite);
// exit;
// Restore main board settings
openBoard($tmp_board);
}

Loading…
Cancel
Save