Update of /cvsroot/mantisbt/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13778
Modified Files:
index.php
Log Message:
removed a function call (init_get_bool) that was causing an error. Appears to
work fine without it
Index: index.php
===================================================================
RCS file: /cvsroot/mantisbt/web/index.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- index.php 15 Feb 2005 20:30:41 -0000 1.21
+++ index.php 15 Feb 2005 20:37:05 -0000 1.22
@@ -32,10 +32,6 @@
# Detect URLs and email addresses in the string and replace them with
href anchors
function string_insert_hrefs( $p_string ) {
$t_change_quotes = false;
- if( ini_get_bool( 'magic_quotes_sybase' ) ) {
- $t_change_quotes = true;
- ini_set( 'magic_quotes_sybase', false );
- }
# Find any URL in a string and replace it by a clickable link
$p_string = preg_replace(
'/(([[:alpha:]][-+.[:alnum:]]*):\/\/(%[[:digit:]A-Fa-f]{2}|[-_.!~*\';\/?%^\\\\:@&={\|}+$#\(\),\[\][:alnum:]])+)/se',
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|