summaryrefslogtreecommitdiff
path: root/lookup_post_inc.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2005-06-28 07:45:40 +0000
committerChristian Fowler <spider@viovio.com>2005-06-28 07:45:40 +0000
commit429144ef1efbc5affac008fff58ed9886663361a (patch)
tree05f2f37297ae3f09f91bc50990e2f0a3b3f835a1 /lookup_post_inc.php
parente9707a2dc93fdf66fac550d89d00285589131bad (diff)
downloadblogs-429144ef1efbc5affac008fff58ed9886663361a.tar.gz
blogs-429144ef1efbc5affac008fff58ed9886663361a.tar.bz2
blogs-429144ef1efbc5affac008fff58ed9886663361a.zip
Merge recent changes from R1 into HEAD
Diffstat (limited to 'lookup_post_inc.php')
-rw-r--r--lookup_post_inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lookup_post_inc.php b/lookup_post_inc.php
index 2db4d96..cf4f1dd 100644
--- a/lookup_post_inc.php
+++ b/lookup_post_inc.php
@@ -1,4 +1,9 @@
<?php
+/**
+ * @package blogs
+ * @subpackage functions
+ */
+
global $gContent, $smarty;
if( empty( $gContent ) || !is_object( $gContent ) || !$gContent->isValid() ) {