|
From: Paul S. O. <ps...@us...> - 2002-04-03 00:29:41
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv6320/includes
Modified Files:
prune.php
Log Message:
No comment
Index: prune.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/prune.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** prune.php 2 Apr 2002 14:53:40 -0000 1.17
--- prune.php 2 Apr 2002 15:10:41 -0000 1.18
***************
*** 123,128 ****
function auto_prune($forum_id = 0)
{
- require($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
-
global $db, $lang;
--- 123,126 ----
|