diff options
| author | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2010-02-25 19:08:41 +0000 |
|---|---|---|
| committer | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2010-02-25 19:08:41 +0000 |
| commit | 6bf7f37be5d17cc83a5ef8dc9b4eb47ab48bb458 (patch) | |
| tree | faa23d22d97d9877a2b3b8621d3c06586b5e5dc1 | |
| parent | c4fdbb7f7ece262bcf342a6b6180fdf319b7360f (diff) | |
| download | liberty-6bf7f37be5d17cc83a5ef8dc9b4eb47ab48bb458.tar.gz liberty-6bf7f37be5d17cc83a5ef8dc9b4eb47ab48bb458.tar.bz2 liberty-6bf7f37be5d17cc83a5ef8dc9b4eb47ab48bb458.zip | |
Remove duplicate require_once
| -rw-r--r-- | LibertyComment.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LibertyComment.php b/LibertyComment.php index 9fc0c25..630d6cf 100644 --- a/LibertyComment.php +++ b/LibertyComment.php @@ -3,7 +3,7 @@ * Management of Liberty Content * * @package liberty - * @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyComment.php,v 1.91 2010/01/30 21:54:39 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyComment.php,v 1.92 2010/02/25 19:08:41 dansut Exp $ * @author spider <spider@steelsun.com> */ @@ -11,7 +11,6 @@ * required setup */ require_once( LIBERTY_PKG_PATH.'LibertyMime.php' ); -require_once( LIBERTY_PKG_PATH.'LibertyMime.php'); define( 'BITCOMMENT_CONTENT_TYPE_GUID', 'bitcomment' ); |
