Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1844 → Rev 1845

/web/acc/manager/htdocs/show_groups.php
25,7 → 25,7
echo <<<EOM
<html>
<title>find group</title>
<meta http-equiv="Content-Type" content="text/html" charset="$config[general_charset]">
<meta http-equiv="Content-Type" content="text/html" charset="$config['general_charset']">
<link rel="stylesheet" href="style.css">
</head>
<body>
/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 = ':='";