From e881b7dce0492030acb22cba2fd207e8af9a7ac4 Mon Sep 17 00:00:00 2001 From: Jason Cleeland Date: Thu, 19 Jun 2003 06:23:33 +0000 Subject: [PATCH] Modified "ID" heading in first line of 'full question headers' export 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 --- admin/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/export.php b/admin/export.php index 1d7b0bb6d13..ace0e9fb1aa 100644 --- a/admin/export.php +++ b/admin/export.php @@ -145,7 +145,7 @@ } elseif ($fieldinfo == "id") { - $firstline .= "ID$s"; + $firstline .= "id$s"; } elseif ($fieldinfo == "timestamp") {