Skip to content

Commit

Permalink
Modified "ID" heading in first line of 'full question headers' export…
Browse files Browse the repository at this point in the history
… to fix problem with Microsoft bug (http://support.microsoft.com/default.aspx?scid=kb;en-us;Q323626&gssnb=1) where capital ID causes an error but lowercase id doesn't.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@372 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jun 19, 2003
1 parent d1bf546 commit e881b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/export.php
Expand Up @@ -145,7 +145,7 @@
}
elseif ($fieldinfo == "id")
{
$firstline .= "ID$s";
$firstline .= "id$s";
}
elseif ($fieldinfo == "timestamp")
{
Expand Down

0 comments on commit e881b7d

Please sign in to comment.