# HG changeset patch # User Matti Hamalainen # Date 1351031978 -10800 # Node ID cdc04572800c628e1803374c130fc12931684d82 # Parent aa201ddd33dd8e43257f922b44821420d9479685 Add back the indicator box for number of hours for the class. diff -r aa201ddd33dd -r cdc04572800c index.php --- a/index.php Wed Oct 24 01:31:10 2012 +0300 +++ b/index.php Wed Oct 24 01:39:38 2012 +0300 @@ -311,7 +311,7 @@ $out .= lukGetClassInfo($isSplit, $class["data"]). - "\n"; + "
".$class["hours"]."h
\n"; } } else