From: <var...@us...> - 2010-12-09 15:07:29
|
Revision: 7760 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7760&view=rev Author: vargenau Date: 2010-12-09 15:07:23 +0000 (Thu, 09 Dec 2010) Log Message: ----------- Remove unused function Modified Paths: -------------- trunk/lib/plugin/CreateBib.php Modified: trunk/lib/plugin/CreateBib.php =================================================================== --- trunk/lib/plugin/CreateBib.php 2010-12-09 15:02:18 UTC (rev 7759) +++ trunk/lib/plugin/CreateBib.php 2010-12-09 15:07:23 UTC (rev 7760) @@ -46,12 +46,6 @@ ); } - function preg_quote ($heading) { - return str_replace(array("/",".","?","*"), - array('\/','\.','\?','\*'), $heading); - } - - // Have to include the $starttag and $endtag to the regexps... function extractBibTeX (&$content, $starttag, $endtag) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |