Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1843 → Rev 1845

/web/acc/admin/bl_categories_help.php
177,7 → 177,7
{
exec("head -n 15 $filtre", $resultat);
}
for($i=0; $i<15; $i++)
for($i=0; $i<count($resultat); $i++)
echo $resultat[$i]."<br/>";
?>
</td></tr>
/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 = ':='";