Skip to content

Commit

Permalink
Syntax fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 30, 2004
1 parent 221d6e7 commit a28950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/index.php
Expand Up @@ -72,7 +72,7 @@ function op_renderpapertrail()
} // op_renderpapertrail


function update_vendor_login($loginname, $pw);
function update_vendor_login($loginname, $pw)
{
$action = 'Added';
$users = file("./.htpasswd");
Expand Down

0 comments on commit a28950b

Please sign in to comment.