Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@1946 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Aug 18, 2006
1 parent 6af3bcc commit 5bff7e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion admin/styles/default/adminstyle.css
Expand Up @@ -72,7 +72,6 @@ td {
input,select
{
background-color: #EEEFFF;
height: 18;
font-family: verdana,arial,sans-serif;
font-size: 10px;
color: #000080;
Expand Down
2 changes: 1 addition & 1 deletion admin/tokens.php
Expand Up @@ -754,7 +754,7 @@
{
// TLR change to put date into sent and completed
// $udequery = "UPDATE {$dbprefix}tokens_{$_POST['sid']} SET sent='Y' WHERE tid={$emrow['tid']}";
$today = date("Y-m-d Hi");
$today = date("Y-m-d H:i");
$udequery = "UPDATE ".db_table_name("tokens_{$_POST['sid']}")."\n"
."SET sent='$today' WHERE tid={$emrow['tid']}";
//
Expand Down

0 comments on commit 5bff7e0

Please sign in to comment.