diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-06-22 10:14:52 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-06-22 10:14:52 +0000 |
| commit | 8da3f4ca93d009cf9bb2c4cea52efc114598d9d9 (patch) | |
| tree | c3d68b89aecad8c2c3c72477e0f948610034aac0 /lookup_post_inc.php | |
| parent | 1fb32261f9fbeb1174391769b71f58fa16a059a7 (diff) | |
| download | blogs-8da3f4ca93d009cf9bb2c4cea52efc114598d9d9.tar.gz blogs-8da3f4ca93d009cf9bb2c4cea52efc114598d9d9.tar.bz2 blogs-8da3f4ca93d009cf9bb2c4cea52efc114598d9d9.zip | |
Add phpdoc comment blocks
Diffstat (limited to 'lookup_post_inc.php')
| -rw-r--r-- | lookup_post_inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lookup_post_inc.php b/lookup_post_inc.php index 5ddd3d1..5303535 100644 --- a/lookup_post_inc.php +++ b/lookup_post_inc.php @@ -4,6 +4,9 @@ * @subpackage functions */ +/** + * Initial Setup + */ global $gContent; //, $gBitSmarty; require_once( BLOGS_PKG_PATH.'BitBlogPost.php'); require_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' ); |
