Subversion Repositories ALCASAR

Rev

Rev 2853 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2853 Rev 3173
Line 140... Line 140...
140
$global_usage = file($bl_dir."global_usage");
140
$global_usage = file($bl_dir."global_usage");
141
$langue = strtoupper($Language);
141
$langue = strtoupper($Language);
142
if(isset($categorie))
142
if(isset($categorie))
143
{
143
{
144
	$fin1 = 0; $fin2 = 0;
144
	$fin1 = 0; $fin2 = 0;
145
	foreach($global_usage as $line)
145
	foreach ($global_usage as $line)
146
	{
146
	{
147
		if(preg_match("#^NAME:.$categorie$#", $line) == 1)
147
		if(preg_match("#^NAME:.$categorie$#", $line) == 1)
148
		{
148
		{
149
			$fin1 = 1;
149
			$fin1 = 1;
150
		}
150
		}