FIX: Revert [] to %%%% syntax for params in the GPT prompt as this could break existing system prompts. [r24646]
M /trunk/plugins/openai_gpt/config/config.php
M /trunk/plugins/openai_gpt/include/openai_gpt_functions.php
M /trunk/plugins/openai_gpt/languages/ar.php
M /trunk/plugins/openai_gpt/languages/ca.php
M /trunk/plugins/openai_gpt/languages/da.php
M /trunk/plugins/openai_gpt/languages/de.php
M /trunk/plugins/openai_gpt/languages/el.php
M /trunk/plugins/openai_gpt/languages/en.php
M /trunk/plugins/openai_gpt/languages/es-AR.php
M /trunk/plugins/openai_gpt/languages/es.php
M /trunk/plugins/openai_gpt/languages/fi.php
M /trunk/plugins/openai_gpt/languages/fr.php
M /trunk/plugins/openai_gpt/languages/hi.php
M /trunk/plugins/openai_gpt/languages/hr.php
M /trunk/plugins/openai_gpt/languages/id.php
M /trunk/plugins/openai_gpt/languages/it.php
M /trunk/plugins/openai_gpt/languages/jp.php
M /trunk/plugins/openai_gpt/languages/nl.php
M /trunk/plugins/openai_gpt/languages/no.php
M /trunk/plugins/openai_gpt/languages/pl.php
M /trunk/plugins/openai_gpt/languages/pt-BR.php
M /trunk/plugins/openai_gpt/languages/pt.php
M /trunk/plugins/openai_gpt/languages/ro.php
M /trunk/plugins/openai_gpt/languages/ru.php
M /trunk/plugins/openai_gpt/languages/sk.php
M /trunk/plugins/openai_gpt/languages/sv.php
M /trunk/plugins/openai_gpt/languages/zh-CN.php
r21636
2023-03-23
FIX: Cannot use [] for reading [SAT error]
M /trunk/tests/test_list/010301_login_functions_security_logs.php
r13274
2019-07-08
FIX: unexpected [ because PHP version doesn't support arrays as []. Changed to use the core function escape_check_array_values() instead. [notag]