Skip to content

Commit

Permalink
Fixed error in adding "Datestamp" info to exports
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@389 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jun 21, 2003
1 parent e75ba5b commit 1778e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/export.php
Expand Up @@ -147,7 +147,7 @@
{
$firstline .= "id$s";
}
elseif ($fieldinfo == "timestamp")
elseif ($fieldinfo == "datestamp")
{
$firstline .= "Time Submitted$s";
}
Expand Down

0 comments on commit 1778e44

Please sign in to comment.