Optimized and refactored list2text, text2list, and replacetext.

This commit is contained in:
eswordthecat
2014-11-01 23:14:41 -08:00
parent f7f1a82281
commit c97c6f0dba
21 changed files with 138 additions and 136 deletions

View File

@@ -203,7 +203,7 @@
if(type == "config")
switch (name)
if ("resource_urls")
config.resource_urls = stringsplit(value, " ")
config.resource_urls = text2list(value, " ")
if ("admin_legacy_system")
config.admin_legacy_system = 1