Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Лишняя и неверная запись в бд поля TITLE #1039

Open
Alexandr-logrus opened this issue May 29, 2022 · 2 comments
Open

Comments

@Alexandr-logrus
Copy link
Contributor

Alexandr-logrus commented May 29, 2022

SQLExec("UPDATE project_modules SET TITLE='" . LANG_DEVICES_MODULE_TITLE . "' WHERE NAME='" . $this->name . "'");

<#LANG_DEVICES_MODULE_TITLE#>

$this->title = "<#LANG_SECTION_DEVICES#>";

@sergejey
Copy link
Owner

Почему неверная? У меня есть предположение, откуда эта строчка появилась -- возможно на момент создания модуля не было константы SECTION_DEVICES и сейчас оно действительно не обязательно, но в чём ошибка?

@Alexandr-logrus
Copy link
Contributor Author

дублирует

$rec["TITLE"] = $this->title;

в некоторых ситуациях в бд записывает как LANG_DEVICES_MODULE_TITLE
что естественно не может обработать далее

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants