LimeSurvey: master 0bb31b3f

Author Committer Branch Timestamp Parent
Gustavo San Roman Gustavo San Roman master 2007-08-03 16:07 master cf6eb362
Changeset

Refixed: 1131 error trying to load saved survey under mssql
Refixed: 1133 exported files contain only the SELECT statement
Fixed: 1132 statistics data type error (mssql)

I changed the db_quote_id function (inf common.php to quote properly in the case of MSSQL we should use this function each time we have to refer a field in the database.
The variables $FieldMarkerLeft and $FieldMarkerRight were removed.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@3155 b72ed6b6-b9f8-46b5-92b4-906544132732

mod - admin/dataentry.php Diff File
mod - admin/exportresults.php Diff File
mod - admin/statistics.php Diff File
mod - common.php Diff File