angel2s2 / sams2

Automatically exported from code.google.com/p/sams2
GNU General Public License v2.0
1 stars 0 forks source link

Некорректная работа с PostgreSQL при добавлениии пользователей (ncsa, ip) #557

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
sams-2.0.0-rc2

в файлах 
./src/usersbuttom_1_useradd.php
./plugins/webconfig/buttons/webconfigbuttom_1_prop.php

Используются функции
db_connect, mysql_select_db вместо работы с объектом $DB.

ТАк же используются функции жестко 
привязанные к MySQL
mysql_query, mysql_query_value, mysql_fetch_array.

diff - в аттаче

Original issue reported on code.google.com by max.lyul...@gmail.com on 13 Jul 2011 at 12:06

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by bl...@nixdev.net on 13 Jul 2011 at 3:11

GoogleCodeExporter commented 9 years ago
Thanks. Fixed in revision 954.

Original comment by bl...@nixdev.net on 24 Jul 2011 at 6:03