MDL-26414 gloosary - fix wrong init introduced by MDL-26371

This commit is contained in:
Eloy Lafuente (stronk7)
2011-02-15 10:53:23 +01:00
parent 64529cb6d2
commit 418b3b6e98
+4 -3
View File
@@ -13,6 +13,10 @@
$sqlsortkey = NULL;
$textlib = textlib_get_instance();
// For cases needing inner view
$sqlwrapheader = '';
$sqlwrapfooter = '';
/// Calculate the SQL sortkey to be used by the SQL statements later
switch ( $sortkey ) {
case "CREATION":
@@ -134,9 +138,6 @@
default:
$sqlselect = "SELECT ge.*, ge.concept AS glossarypivot";
$sqlfrom = "FROM {glossary_entries} ge";
// For cases needing inner view
$sqlwrapheader = '';
$sqlwrapfooter = '';
$where = '';
$fullpivot = 0;