Update select all option on these pages

This commit is contained in:
IMRAN HASSAN 2014-03-27 11:01:14 +00:00
parent e4695bbcf8
commit 2d7cf4290a

View file

@ -13,8 +13,7 @@ $uid = $_GET['uid'];
$udetails = $userquery->get_user_details($uid);
if($udetails)
{
{
//Deactivating User
if(isset($_GET['deactivate']))
{