Обсуждение: wikipedia - wikipgedia: Unfortunatly the original porters just decided

Поиск
Список
Период
Сортировка

wikipedia - wikipgedia: Unfortunatly the original porters just decided

От
xzilla@pgfoundry.org (User Xzilla)
Дата:
Log Message:
-----------
Unfortunatly the original porters just decided to make the errnum
function always return one (since php doesnt provide pg err nums),
which causes problems because some places check this value to
determine if an error has occured. Instead make this return conditional
on an actual error having been tossed.

Modified Files:
--------------
    wikipgedia/includes:
        DatabasePostgreSQL.php (r1.2 -> r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/includes/DatabasePostgreSQL.php.diff?r1=1.2&r2=1.3)