diff options
author | friendica <info@friendica.com> | 2013-02-25 17:09:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-25 17:09:40 -0800 |
commit | ea3940c4b0b8232e2de0771811b9f90ade9ee45f (patch) | |
tree | 8e467fe368a34e01a49532467bb1071dce846be6 /include/ItemObject.php | |
parent | ddc478a331bbab69e05befbc8ba296367e11c5c0 (diff) | |
download | volse-hubzilla-ea3940c4b0b8232e2de0771811b9f90ade9ee45f.tar.gz volse-hubzilla-ea3940c4b0b8232e2de0771811b9f90ade9ee45f.tar.bz2 volse-hubzilla-ea3940c4b0b8232e2de0771811b9f90ade9ee45f.zip |
start formatting for Doxygen
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r-- | include/ItemObject.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php index a44784b42..94afaaac4 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -1,4 +1,5 @@ -<?php +<?php /** @file */ + if(class_exists('Item')) return; |