Revision: 1284
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1284&view=rev
Author:   cimorrison
Date:     2009-12-13 18:32:27 +0000 (Sun, 13 Dec 2009)

Log Message:
-----------
Fixed HTML validation problem

Modified Paths:
--------------
    mrbs/trunk/web/pending.php

Modified: mrbs/trunk/web/pending.php
===================================================================
--- mrbs/trunk/web/pending.php  2009-12-13 18:22:07 UTC (rev 1283)
+++ mrbs/trunk/web/pending.php  2009-12-13 18:32:27 UTC (rev 1284)
@@ -18,7 +18,7 @@
   // pages called by view_entry use HTTP_REFERER to form a return URL, and
   // view_entry needs to have a valid id.
   $query_string = "id=$target_id";
-  $query_string .= ($is_series) ? "&series=1" : "";
+  $query_string .= ($is_series) ? "&series=1" : "";
   
   if (auth_can_confirm($user, $row['room_id']))
   {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to