diff options
author | Greg Froese <greg.froese@gmail.com> | 2009-05-12 02:50:55 +0000 |
---|---|---|
committer | Greg Froese <greg.froese@gmail.com> | 2009-05-12 02:50:55 +0000 |
commit | a8f616e81ba48583540d65102471644547e64af8 (patch) | |
tree | 4e4a70bb953927c3a625f50bccfeae09e4255e2b /mostrecentimages.php | |
parent | a5311a04c7a1b4deb6904a3f781c43bcbceca782 (diff) | |
download | elgg-a8f616e81ba48583540d65102471644547e64af8.tar.gz elgg-a8f616e81ba48583540d65102471644547e64af8.tar.bz2 |
used proper dbprefix
Diffstat (limited to 'mostrecentimages.php')
-rw-r--r-- | mostrecentimages.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mostrecentimages.php b/mostrecentimages.php index 8cc4a1f51..53d8ef236 100644 --- a/mostrecentimages.php +++ b/mostrecentimages.php @@ -17,4 +17,5 @@ $area2 .= $images; $body = elgg_view_layout('two_column_left_sidebar', '', $area2); page_draw($title, $body); + ?>
\ No newline at end of file |