Bug 2918. Change proposed by t.imoto.

(http://moodle.org/bugs/bug.php?op=show&bugid=2918)
This commit is contained in:
stronk7
2005-04-14 23:13:13 +00:00
parent fd56432d31
commit ce18f817f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -154,7 +154,7 @@
// Setting the pivot for the current entry
$pivot = $entry->pivot;
if ( !$fullpivot ) {
$pivot = $pivot[0];
$pivot = substr($pivot, 0, 1);
}
// If there's group break
+1 -1
View File
@@ -315,7 +315,7 @@
/// Setting the pivot for the current entry
$pivot = $entry->pivot;
if ( !$fullpivot ) {
$pivot = $pivot[0];
$pivot = substr($pivot, 0, 1);
}
/// if there's a group break