http://atutor.ca/atutor/mantis/view.php?id=3116
authorjoel kronenberg <joel.kronenberg@utoronto.ca>
Wed, 1 Aug 2007 15:02:06 +0000 (15:02 -0000)
committerjoel kronenberg <joel.kronenberg@utoronto.ca>
Wed, 1 Aug 2007 15:02:06 +0000 (15:02 -0000)
docs/reading_list/add_resource_url.php

index 49e7204..05095bb 100644 (file)
@@ -36,7 +36,7 @@ if (isset($_POST['cancel'])) {
        if (trim($_POST['title']) == '') {
                $missing_fields[] = _AT('title');
        }
-       if (trim($_POST['author']) == '') {
+       if (trim($_POST['url']) == '') {
                $missing_fields[] = _AT('url');
        }