http://atutor.ca/atutor/mantis/view.php?id=4507
authorharris wong <hwong@ocad.ca>
Fri, 27 Aug 2010 15:21:14 +0000 (15:21 -0000)
committerharris wong <hwong@ocad.ca>
Fri, 27 Aug 2010 15:21:14 +0000 (15:21 -0000)
docs/mods/_standard/reading_list/add_resource_av.php
docs/mods/_standard/reading_list/add_resource_file.php
docs/mods/_standard/reading_list/add_resource_handout.php

index c559983..263b00b 100644 (file)
@@ -108,7 +108,7 @@ if ($id && !isset($_POST['submit'])){
        if ($row = mysql_fetch_assoc($result)){
                $title     = htmlentities_utf8($row['title']);
                $author    = htmlentities_utf8($row['author']);
-               $publisher = htmlentities_utf8($row['publisher'];) 
+               $publisher = htmlentities_utf8($row['publisher']);
                $date      = htmlentities_utf8($row['date']); 
                $comments  = htmlentities_utf8($row['comments']);
        }
index 33c271d..0dcb7e3 100644 (file)
@@ -112,7 +112,7 @@ if ($id && !isset($_POST['submit'])){
                $author    = htmlentities_utf8($row['author']);
                $publisher = htmlentities_utf8($row['publisher']); 
                $date      = htmlentities_utf8($row['date']); 
-               $comments  = htmlentities_utf8$row['comments']);
+               $comments  = htmlentities_utf8($row['comments']);
                $isbn      = htmlentities_utf8($row['id']);
        }
        // change title of page to 'edit file resource' (default is 'add file resource')
index e2622d2..bb6627e 100644 (file)
@@ -105,7 +105,7 @@ if ($id && !isset($_POST['submit'])){
        if ($row = mysql_fetch_assoc($result)){
                $title    = htmlentities_utf8($row['title']);
                $author   = htmlentities_utf8($row['author']);
-               $date     = htmlentities_utf8($row['date'];) 
+               $date     = htmlentities_utf8($row['date']);
                $comments = htmlentities_utf8($row['comments']);
        }
        // change title of page to 'edit handout resource' (default is 'add handout resource')