Changeset 3301


Ignore:
Timestamp:
2002-07-30T15:05:11+12:00 (22 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/pageaction.cpp

    r3218 r3301  
    9999  // English or French - we do this because English and French are the
    100100  // only languages currently supported by the home page
    101   if (args["p"] == "home" && args["l"] != "en" && args["l"] != "fr") args["l"] = "en";
     101  if (args["p"] == "home" && args["l"] != "en" && args["l"] != "fr" && args["l"] != "es") args["l"] = "en";
    102102#endif
    103103
Note: See TracChangeset for help on using the changeset viewer.