Revision: 2145
http://mrbs.svn.sourceforge.net/mrbs/?rev=2145&view=rev
Author: cimorrison
Date: 2011-10-24 10:22:23 +0000 (Mon, 24 Oct 2011)
Log Message:
-----------
Removed section of commented out code
Modified Paths:
--------------
mrbs/trunk/web/edit_users.php
Modified: mrbs/trunk/web/edit_users.php
===================================================================
--- mrbs/trunk/web/edit_users.php 2011-10-24 08:26:46 UTC (rev 2144)
+++ mrbs/trunk/web/edit_users.php 2011-10-24 10:22:23 UTC (rev 2145)
@@ -859,28 +859,7 @@
} // end switch
}
} // end foreach
- /*
- // Last column (the action button)
- echo "<td class=\"action\"><div>\n";
- // You can only edit a user if you have sufficient admin rights, or else
if that user is yourself
- if (($level >= $min_user_editing_level) || (strcasecmp($row['name'],
$user) == 0))
- {
- echo "<form method=\"post\" action=\"" .
htmlspecialchars(basename($PHP_SELF)) . "\">\n";
- echo "<div>\n";
- echo "<input type=\"hidden\" name=\"Action\" value=\"Edit\">\n";
- echo "<input type=\"hidden\" name=\"Id\" value=\"" . $row['id'] .
"\">\n";
- echo "<input type=\"image\" class=\"button\" src=\"images/edit.png\"
- title=\"" . get_vocab("edit") . "\" alt=\"" .
get_vocab("edit") . "\">\n";
- echo "</div>\n";
- echo "</form>\n";
- }
- else
- {
- echo " \n";
- }
- echo "</div></td>\n";
- */
-
+
echo "</tr>\n";
} // end while
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits