public function supprime($entreprise_id)
{
- global $core;:
+ global $core;
$this->con->execute('DELETE FROM e2_u WHERE entreprise=\'' . $this->con->escape($entreprise_id) . '\'');
$this->con->execute('DELETE FROM e2_c WHERE entreprise_id=\'' . $this->con->escape($entreprise_id) . '\'');
$core->refreshWSUsersTree();
$y = $attributes['y'];
$w = $attributes['width'];
$h = $attributes['height'];
- $bookwidth = round($compiler->book->parametres->width);
+ $bookwidth = round($compiler->width);
//error_log("--- Book Width: $bookwidth ---");