diff options
Diffstat (limited to 'php/Attic/examples/sample-idp/admin_user.php')
| -rw-r--r-- | php/Attic/examples/sample-idp/admin_user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/Attic/examples/sample-idp/admin_user.php b/php/Attic/examples/sample-idp/admin_user.php index b93237ee..99d97457 100644 --- a/php/Attic/examples/sample-idp/admin_user.php +++ b/php/Attic/examples/sample-idp/admin_user.php @@ -228,7 +228,7 @@ ?> <td rowspan="2"> <a href="<?php echo $PHP_SELF . '?del=' . $row[0]; ?>">delete</a> - <a href="<?php echo $PHP_SELF . '?edit=' . $row[0]; ?>">edit</a> + <a href="javascript:openpopup('user_edit.php?user_id=<?php echo ?>')">edit</a> </td> </tr> <tr> |
