|
From: Jonathan H. <the...@us...> - 2002-04-03 00:39:09
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv14283/includes
Modified Files:
constants.php functions_post.php functions_validate.php
smtp.php template.php
Log Message:
Ok this is just me being anal again... No code changes, just file headers..
Index: constants.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/constants.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** constants.php 18 Mar 2002 13:35:22 -0000 1.45
--- constants.php 2 Apr 2002 21:13:47 -0000 1.46
***************
*** 1,5 ****
<?php
/***************************************************************************
! * includes.php
* -------------------
* begin : Saturday', Feb 13', 2001
--- 1,5 ----
<?php
/***************************************************************************
! * constants.php
* -------------------
* begin : Saturday', Feb 13', 2001
***************
*** 179,181 ****
define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');
! ?>
\ No newline at end of file
--- 179,181 ----
define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');
! ?>
Index: functions_post.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/functions_post.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** functions_post.php 2 Apr 2002 14:03:49 -0000 1.7
--- functions_post.php 2 Apr 2002 21:13:47 -0000 1.8
***************
*** 1,5 ****
<?php
/***************************************************************************
! * post.php
* -------------------
* begin : Saturday, Feb 13, 2001
--- 1,5 ----
<?php
/***************************************************************************
! * functions_post.php
* -------------------
* begin : Saturday, Feb 13, 2001
***************
*** 840,842 ****
}
! ?>
\ No newline at end of file
--- 840,842 ----
}
! ?>
Index: functions_validate.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/functions_validate.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** functions_validate.php 21 Mar 2002 14:29:42 -0000 1.5
--- functions_validate.php 2 Apr 2002 21:13:47 -0000 1.6
***************
*** 1,5 ****
<?php
/***************************************************************************
! * user_selects.php
* -------------------
* begin : Saturday, Feb 13, 2001
--- 1,5 ----
<?php
/***************************************************************************
! * functions_validate.php
* -------------------
* begin : Saturday, Feb 13, 2001
Index: smtp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/smtp.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** smtp.php 18 Mar 2002 23:53:12 -0000 1.15
--- smtp.php 2 Apr 2002 21:13:47 -0000 1.16
***************
*** 1,12 ****
<?php
/***************************************************************************
! smtp.php
! -------------------
! begin : Wed May 09 2001
! copyright : (C) 2001 The phpBB Group
! email : su...@ph...
!
! $Id$
!
***************************************************************************/
--- 1,12 ----
<?php
/***************************************************************************
! * smtp.php
! * -------------------
! * begin : Wed May 09 2001
! * copyright : (C) 2001 The phpBB Group
! * email : su...@ph...
! *
! * $Id$
! *
***************************************************************************/
***************
*** 229,231 ****
}
! ?>
\ No newline at end of file
--- 229,231 ----
}
! ?>
Index: template.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/template.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** template.php 18 Mar 2002 23:53:12 -0000 1.9
--- template.php 2 Apr 2002 21:13:47 -0000 1.10
***************
*** 1,5 ****
<?php
/***************************************************************************
! * template.inc
* -------------------
* begin : Saturday, Feb 13, 2001
--- 1,5 ----
<?php
/***************************************************************************
! * template.php
* -------------------
* begin : Saturday, Feb 13, 2001
***************
*** 476,478 ****
}
! ?>
\ No newline at end of file
--- 476,478 ----
}
! ?>
|