Changed some parameters. SC#33.

Merged from MOODLE_14_STABLE
This commit is contained in:
stronk7
2004-11-28 23:54:11 +00:00
parent c532b7841a
commit 1c144d0eed
3 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -9,6 +9,9 @@
/// Creating the SQL statements
/// Initialise some variables
$sqlorderby = '';
/// Pivot is the field that set the break by groups (category, initial, author name, etc)
/// fullpivot indicate if the whole pivot should be compared agasint the db or just the first letter
@@ -182,7 +185,7 @@
case 'entry':
$printpivot = 0;
$where = "AND ge.id = $hook";
$where = "AND ge.id = '$hook'";
break;
case 'letter':