private $do_sql;
private $index;
- private $data = array();
+ protected $data = array();
private $user_functions = array();
private $field_desc = array();
return $value;
}
- private function makeAssoc($line, $relation)
+ protected function makeAssoc($line, $relation)
{
$ops = array();
foreach ($relation as $key=>$ref) {
}
if (is_null($answer)) {
Platal::page()->trigError("L'accès aux listes de diffusion n'est pas disponible actuellement.");
- $this->bt->update(0, "Connection failed");
+ if ($this->bt) {
+ $this->bt->update(0, "Connection failed");
+ }
return null;
}
Platal::assert(starts_with($answer, 'HTTP/1.0 200 OK'), "HTTP Error:\n" . $answer,