From 657f84ea07f2fd6be15a7b8e00d3faea3a969a42 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Wed, 14 Nov 2007 17:34:26 +0000
Subject: [PATCH] Allow requesters to bypass the warning about a request for
 the course already existing.

---
 application/views/request/course_found.xhtml          | 4 ++--
 application/views/request/create_new_course_ask.xhtml | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/application/views/request/course_found.xhtml b/application/views/request/course_found.xhtml
index 508ad7dd..371a639f 100644
--- a/application/views/request/course_found.xhtml
+++ b/application/views/request/course_found.xhtml
@@ -17,7 +17,7 @@
     Warning! This course is currently awaiting approval in an active request!<br />
     You probably do not want to submit another request for this course!
 </h2>
-<?php } else { ?>
+<?php } ?>
 
 <h2>
     The course <?php echo $this->subject , ' '
@@ -56,4 +56,4 @@
     </li>
 </ul>
 
-<?php } }
\ No newline at end of file
+<?php }
\ No newline at end of file
diff --git a/application/views/request/create_new_course_ask.xhtml b/application/views/request/create_new_course_ask.xhtml
index 3a2e04a7..8c6fc3a9 100644
--- a/application/views/request/create_new_course_ask.xhtml
+++ b/application/views/request/create_new_course_ask.xhtml
@@ -4,7 +4,7 @@
         Warning! This course is currently awaiting approval in an active request!<br />
         You probably do not want to submit another request for this course!
     </h2>
-    <?php } else {?>
+    <?php } ?>
     <h2>
         The course <?php echo $this->subject , ' '
                             , $this->courseNumber
@@ -33,5 +33,4 @@
             </a>
         </li>
     </ul>
-    <?php } ?>
 </div>
-- 
GitLab