/ Published in: PHP
Expand |
Embed | Plain Text
if ($_SESSION['username']=="me") { $column->ShowDeleteButton = true; }else { $column->ShowDeleteButton = false; }
You need to login to post a comment.
if ($_SESSION['username']=="me") { $column->ShowDeleteButton = true; }else { $column->ShowDeleteButton = false; }
You need to login to post a comment.