Changeset 105 for bureau/class/m_stats.php
- Timestamp:
- 02/21/06 23:37:55 (7 years ago)
- File:
-
- 1 edited
-
bureau/class/m_stats.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/class/m_stats.php
r102 r105 1 1 <?php 2 2 /* 3 $Id: m_stats.php,v 1. 4 2003/06/10 06:45:20root Exp $3 $Id: m_stats.php,v 1.5 2003/06/10 07:31:36 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 57 57 /** Nom des langues disponibles */ 58 58 var $langname=array( 59 "FR"=>"Français", 60 "EN"=>"English" 59 "FR"=>"French", 60 "EN"=>"English", 61 "DE"=>"German", 62 "ES"=>"Spanish", 61 63 ); 62 64 … … 166 168 reset($r); 167 169 while (list($key,$val)=each($r)) { 168 if ($current==$val) $c=" selected "; else $c="";170 if ($current==$val) $c=" selected=\"selected\""; else $c=""; 169 171 echo "<option$c>$val</option>"; 170 172 } … … 180 182 reset($this->langname); 181 183 while (list($key,$val)=each($this->langname)) { 182 if ($current==$val) $c=" selected "; else $c="";184 if ($current==$val) $c=" selected=\"selected\""; else $c=""; 183 185 echo "<option value=\"$key\"$c>$val</option>"; 184 186 }
Note: See TracChangeset
for help on using the changeset viewer.
