From f6cdb29d2ca93ac1a4aaafdf54fd2ed0e89291af Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 8 Dec 2012 11:37:03 -0500 Subject: Fixes #4806 make the create__entity() functions private --- engine/lib/objects.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/lib/objects.php') diff --git a/engine/lib/objects.php b/engine/lib/objects.php index f186c66cb..e5e8f67c4 100644 --- a/engine/lib/objects.php +++ b/engine/lib/objects.php @@ -31,6 +31,7 @@ function get_object_entity_as_row($guid) { * @param string $description The object's description * * @return bool + * @access private */ function create_object_entity($guid, $title, $description) { global $CONFIG; -- cgit v1.2.3