Skip to content
Snippets Groups Projects
Commit 1912cd50 authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Remove debug comment

parent f105d894
No related branches found
No related tags found
1 merge request!64.1
...@@ -87,7 +87,6 @@ if (isset($_GET['u']) && $scanned = UNL_Search::getScannedPage($_GET['u'])) { ...@@ -87,7 +87,6 @@ if (isset($_GET['u']) && $scanned = UNL_Search::getScannedPage($_GET['u'])) {
$scannedContent = UNL_Search::removeRelativePaths($scannedContent, $_GET['u']); $scannedContent = UNL_Search::removeRelativePaths($scannedContent, $_GET['u']);
break; break;
case 'contactinfo': case 'contactinfo':
//print_r($scannedContent);exit();
$scannedContent = preg_replace('#<h3>.*</h3>#', '', $scannedContent); $scannedContent = preg_replace('#<h3>.*</h3>#', '', $scannedContent);
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment