diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-02-05 11:14:32 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-02-05 11:14:32 +0000 |
| commit | 43149601c3c49a464f0f12ba042abb920047a9da (patch) | |
| tree | dd41eb15af3cc5bcca91d506a71da5512eb79c3c /track.php | |
| parent | e2389d394b03c286dbf66135a9c3215c5d60e387 (diff) | |
| download | newsletters-43149601c3c49a464f0f12ba042abb920047a9da.tar.gz newsletters-43149601c3c49a464f0f12ba042abb920047a9da.tar.bz2 newsletters-43149601c3c49a464f0f12ba042abb920047a9da.zip | |
Minor corrections to comments for PHPDoc
Diffstat (limited to 'track.php')
| -rw-r--r-- | track.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ /** * Initialization */ - require_once( '../bit_setup_inc.php' ); +require_once( '../bit_setup_inc.php' ); include_once( NEWSLETTERS_PKG_PATH.'BitMailer.php' ); if( isset( $_REQUEST["sub"] ) || $gBitUser->isRegistered() ) { |
