Update select all option on these pages
This commit is contained in:
parent
e4695bbcf8
commit
2d7cf4290a
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ $uid = $_GET['uid'];
|
|||
$udetails = $userquery->get_user_details($uid);
|
||||
|
||||
if($udetails)
|
||||
{
|
||||
|
||||
{
|
||||
//Deactivating User
|
||||
if(isset($_GET['deactivate']))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue