Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1844 → Rev 1845

/web/acc/manager/lib/sql/change_passwd.php
5,7 → 5,7
echo "<b>Could not include SQL library</b><br>\n";
exit();
}
if ($config[sql_use_operators] == 'true'){
if ($config['sql_use_operators'] == 'true'){
$text1 = ',op';
$text2 = ",':='";
$text3 = ", op = ':='";