Revision 1426
Added by Luisehahne almost 15 years ago
| add.php | ||
|---|---|---|
| 31 | 31 |
} |
| 32 | 32 |
|
| 33 | 33 |
// Gather details entered |
| 34 |
$group_name = $admin->get_post('group_name');
|
|
| 34 |
$group_name = mysql_real_escape_string(strip_tags(trim($admin->get_post('group_name'))));
|
|
| 35 | 35 |
|
| 36 | 36 |
// Check values |
| 37 | 37 |
if($group_name == "") {
|
Also available in: Unified diff
validation fixes