Revision: 2210
http://mrbs.svn.sourceforge.net/mrbs/?rev=2210&view=rev
Author: cimorrison
Date: 2011-12-21 22:44:17 +0000 (Wed, 21 Dec 2011)
Log Message:
-----------
Fixed bug which prevented owner buttons appearing
Modified Paths:
--------------
mrbs/trunk/web/view_entry.php
Modified: mrbs/trunk/web/view_entry.php
===================================================================
--- mrbs/trunk/web/view_entry.php 2011-12-21 22:18:04 UTC (rev 2209)
+++ mrbs/trunk/web/view_entry.php 2011-12-21 22:44:17 UTC (rev 2210)
@@ -130,6 +130,8 @@
$room_disabled = $row['room_disabled'] || $row['area_disabled'];
// Get the status
$status = $row['status'];
+// Get the creator
+$create_by = $row['create_by'];
// Work out whether this event should be kept private
$private = $row['status'] & STATUS_PRIVATE;
$writeable = getWritable($row['create_by'], $user, $row['room_id']);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits