- Removing some Notices.. Thanks to Eloy for leting me know!
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
if ( isset($concepts) ) {
|
||||
$lastglossary = 0;
|
||||
$lastcategory = 0;
|
||||
$cm = '';
|
||||
foreach ( $concepts as $concept ) {
|
||||
if ( $concept->category ) {
|
||||
if ( $lastcategory != $concept->id ) {
|
||||
|
||||
@@ -1176,7 +1176,12 @@ global $CFG;
|
||||
|
||||
$sicon = '';
|
||||
$sneworder = '';
|
||||
$stag = '';
|
||||
|
||||
$sbtag = '';
|
||||
$fbtag = '';
|
||||
$fendbtag = '';
|
||||
$sendbtag = '';
|
||||
|
||||
$sendbtag = '';
|
||||
|
||||
if ( $sortkey == 'CREATION' or $sortkey == 'FIRSTNAME' ) {
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
$sqlsortkey = "timemodified";
|
||||
break;
|
||||
}
|
||||
$sqlsortorder = $sortorder;
|
||||
|
||||
$fullpivot = 1;
|
||||
|
||||
|
||||
@@ -101,8 +101,8 @@
|
||||
case GLOSSARY_STANDARD_VIEW:
|
||||
default:
|
||||
glossary_print_alphabet_menu($cm, $glossary, "letter", $hook, $sortkey, $sortorder);
|
||||
if ($search) {
|
||||
echo "<h3>$strsearch: $search</h3>";
|
||||
if ($mode == 'search' and $hook) {
|
||||
echo "<h3>$strsearch: $hook</h3>";
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -240,6 +240,7 @@
|
||||
/// printing the entries
|
||||
$entriesshown = 0;
|
||||
$currentpivot = '';
|
||||
$tableisopen = 0;
|
||||
if ( $hook == 'SPECIAL' ) {
|
||||
$alphabet = explode(",", get_string("alphabet"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user