diff options
Diffstat (limited to 'php/Attic/examples/sample-idp/user_add.php')
| -rw-r--r-- | php/Attic/examples/sample-idp/user_add.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/Attic/examples/sample-idp/user_add.php b/php/Attic/examples/sample-idp/user_add.php index a93fbf2b..71432c6f 100644 --- a/php/Attic/examples/sample-idp/user_add.php +++ b/php/Attic/examples/sample-idp/user_add.php @@ -64,7 +64,7 @@ { $logger->log("DB Error :" . $res->getMessage(), PEAR_LOG_ERR); $logger->log("DB Error :" . $res->getDebugInfo(), PEAR_LOG_DEBUG); - die("username exist!"); + die("Username exist!"); } $logger->log("Create User '" . $form->exportValue('username') . "'", PEAR_LOG_NOTICE); |
