Skip to content

Commit

Permalink
fix #3511 privileges keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
greg gay committed Sep 25, 2008
1 parent 3c3165b commit 2b6cddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/admin/admins/create.php
Expand Up @@ -99,7 +99,7 @@
real_name,
email,
language,
privileges,
`privileges`,
last_login)
VALUES ('$_POST[login]',
'$password',
Expand All @@ -116,7 +116,7 @@
real_name,
email,
language,
privileges,
`privileges`,
last_login)
VALUES ('$_POST[login]',
'********',
Expand Down

0 comments on commit 2b6cddd

Please sign in to comment.