|
From: Bart v. B. <ba...@us...> - 2001-12-22 11:18:11
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv24913
Modified Files:
functions.php
Log Message:
Sigh
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/functions.php,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -r1.98 -r1.99
*** functions.php 2001/12/22 11:17:09 1.98
--- functions.php 2001/12/22 11:18:08 1.99
***************
*** 305,309 ****
$images[$key] = ( file_exists($new_value) ) ? $new_value : str_replace("_lang", "_english", $value);
- print $new_value;
}
}
--- 305,308 ----
|