Odp: Błąd
Parse error: syntax error, unexpected ';' in C:\www\estats\lib\db\MySQL\common.php on line 190
[code]188 function config_get ($Mode) {
189 $Data = array ();
190 $Result = $this->query ('SELECT * FROM `'.$this->Prefix.'configuration`';
191 while ($Row = $this->fetch ($Result)) $Data[$Row[0]] = $Row[1];
192 $this->free ($Result);
193 return ($Data);
194 }[