From cc8d9b610e9bba5bc1c3c837434e7505dcbb4712 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Tue, 29 Apr 2014 04:58:16 +0530 Subject: added author display to select:book --- scilab_fixer.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scilab_fixer.module b/scilab_fixer.module index 4cfd892..ce214cf 100755 --- a/scilab_fixer.module +++ b/scilab_fixer.module @@ -110,7 +110,7 @@ $data .= ""; while($row = db_fetch_object($result)) { - $data .= ""; + $data .= ""; } } else if($item == "book" && $key) { $query = "SELECT * FROM {textbook_companion_chapter} WHERE preference_id = %d ORDER BY number"; -- cgit