Changeset 4461

Show
Ignore:
Timestamp:
Wed Feb 22 10:39:47 2006
Author:
mugur
Message:

fixed ticket:1692 - The country popup list is not displayed when the language is not English

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/campsite/implementation/parser/parser/actions.cpp

    r4460 r4461  
    2978 2978         if (case_comp(field, "CountryCode") == 0)  
    2979 2979         {  
    2980               buf << "select Code, Name from Countries where IdLanguage = " << c.Language();  
      2980             buf << "select Code, Name from Countries group by Code asc order by Name asc";  
    2980 2980         }  
    2981 2981         else if (case_comp(field, "Title") == 0)