From 6bea7d9f2ab1e80d40e480dcb0fd4bc337cfcaa5 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 19 Oct 2010 20:55:43 -0500 Subject: [PATCH] Ugly quick patch to course creation date in course catalog --- main/template/default/auth/courses_categories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/template/default/auth/courses_categories.php b/main/template/default/auth/courses_categories.php index 4139344902..07aac1cf7d 100755 --- a/main/template/default/auth/courses_categories.php +++ b/main/template/default/auth/courses_categories.php @@ -129,7 +129,7 @@ $stok = Security::get_token(); $title = $course['title']; $tutor_name = $course['tutor']; - $creation_date = $course['creation_date']; + $creation_date = substr($course['creation_date'],0,10); $count_connections = $course['count_connections'];