getBodaccPdf.php update

This commit is contained in:
Michael RICOIS 2013-01-18 21:53:50 +00:00
parent b3179939a1
commit 33fd36833c

View File

@ -126,7 +126,7 @@ Téléchargez le témoin de publication
</a>
</p>
*/
preg_match('/\<a href="\/annonce\/telecharger\/(.*)"\>/', $result['content'], $matches);
preg_match('/\<a href="\/annonce\/telecharger\/(.*)"/', $result['content'], $matches);
echo $url = $site.'/annonce/telecharger/'.$matches[1];
echo "\n";