1
0
Fork 0

Include create time in image display.

This commit is contained in:
Andrew Tomaka 2011-11-04 11:34:39 -04:00
parent 54678d58f4
commit f9852632c4
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ if($id == '' ) {
$image = $result->fetch_object();
$content = '<img src="uploads/' . $id . '.' . $image->extension . '" />';
$content .= '<br/>Created on: ' . $image->created;
}
}
}