[opw-web] Fix another contract acceptance date format string



commit 91665246a21abc6922819e12bb5018de98bcb540
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Tue Dec 29 11:12:48 2015 -0500

    Fix another contract acceptance date format string

 modules/mod_user_profile.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/mod_user_profile.php b/modules/mod_user_profile.php
index 7a57433..7f792b5 100644
--- a/modules/mod_user_profile.php
+++ b/modules/mod_user_profile.php
@@ -177,7 +177,7 @@ if ($action == 'view') {
                                   'approved_visibility' => $skin->visibility($program['contract_approved']),
                                   'accepted_visibility' => 
$skin->visibility($program['contract_accepted_time'] != 0),
                                   'not_accepted_visibility' => $skin->visibility(!$is_self && 
!$program['contract_approved'] && $program['contract_accepted_time'] == 0),
-                                  'contract_accepted_time' => date('M d, Y h:m:s', 
$program['contract_accepted_time']),
+                                  'contract_accepted_time' => date('M d, Y H:i:s', 
$program['contract_accepted_time']),
                                   'contract_entered_name' => 
htmlspecialchars($program['contract_entered_name']),
                                   'accepted' => $skin->visibility($program['contract_approved']),
                              ));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]