From fac61fa985a0227a1746a671c0e54adedc96ec48 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 15 Feb 2008 18:21:35 +0000 Subject: All kinds of object and database stuff git-svn-id: https://code.elgg.org/elgg/trunk@44 36083f99-b078-4883-b0ff-0f9b5a30f544 --- index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 2260b1e95..7057aadb1 100644 --- a/index.php +++ b/index.php @@ -21,4 +21,6 @@ */ echo page_draw(null, elgg_view("homepage")); + get_objects(3,"blog","mammals","are lovely", 7, 2, 1); + ?> \ No newline at end of file -- cgit v1.2.3