projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4b0072
)
Rerun
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Thu, 8 Apr 2010 22:39:34 +0000
(22:39 +0000)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Thu, 8 Apr 2010 22:39:34 +0000
(22:39 +0000)
admin/create_coy.php
patch
|
blob
|
history
diff --git
a/admin/create_coy.php
b/admin/create_coy.php
index a0d4c61cf58ebc3cc4f9aba085b6bfea20443e96..672a0c14ece19c060fd6045ee7bf586e74da9778 100644
(file)
--- a/
admin/create_coy.php
+++ b/
admin/create_coy.php
@@
-151,7
+151,7
@@
function handle_submit()
{
display_error(_("Error connecting to Database: ") . $conn['dbname'] . _(", Please correct it"));
$error = true;
- } else {
+ } else
if ($_POST['admpassword'] != "")
{
db_query("UPDATE ".$conn['tbpref']."users set password = '".md5($_POST['admpassword']). "' WHERE user_id = 'admin'");
}
}