Skip to content

Commit

Permalink
small bug fix
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@1850 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Shawn Wales committed Jul 31, 2006
1 parent 3ec548a commit 8e79647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Expand Up @@ -903,7 +903,7 @@ function createinsertquery()
{
$query .= ",`refurl`";
}
if ((isset($_POST['move']) && $_POST['move'] == " "._SUBMIT." "))
if ((isset($_POST['move']) && $_POST['move'] == " "._("submit")." "))
{
$query .= ",'submitdate'";
}
Expand All @@ -921,7 +921,7 @@ function createinsertquery()
{
$query .= ", '".getenv("HTTP_REFERER")."'";
}
if ((isset($_POST['move']) && $_POST['move'] == " "._SUBMIT." "))
if ((isset($_POST['move']) && $_POST['move'] == " "._("submit")." "))
{
$query .= ", '".date("Y-m-d H:i:s")."'";
}
Expand Down

0 comments on commit 8e79647

Please sign in to comment.