Revision: 1802
http://mrbs.svn.sourceforge.net/mrbs/?rev=1802&view=rev
Author: cimorrison
Date: 2011-03-14 14:23:46 +0000 (Mon, 14 Mar 2011)
Log Message:
-----------
Fixed a bug whereby the header wasn't displayed in some circumstances (eg view
an entry unlogged in, then log in and reject the entry)
Modified Paths:
--------------
mrbs/trunk/web/mrbs_sql.inc
Modified: mrbs/trunk/web/mrbs_sql.inc
===================================================================
--- mrbs/trunk/web/mrbs_sql.inc 2011-03-09 17:00:09 UTC (rev 1801)
+++ mrbs/trunk/web/mrbs_sql.inc 2011-03-14 14:23:46 UTC (rev 1802)
@@ -789,7 +789,7 @@
}
else
{
- fatal_error(0, ($series ? get_vocab("invalid_series_id") :
get_vocab("invalid_entry_id")));
+ fatal_error(TRUE, ($series ? get_vocab("invalid_series_id") :
get_vocab("invalid_entry_id")));
}
}
@@ -886,7 +886,7 @@
}
else
{
- fatal_error(0, ($series ? get_vocab("invalid_series_id") :
get_vocab("invalid_entry_id")));
+ fatal_error(TRUE, ($series ? get_vocab("invalid_series_id") :
get_vocab("invalid_entry_id")));
}
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits