mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
New: Ajout d'un lien export de l'agenda webcalendar au format ical et vcal
This commit is contained in:
@@ -52,6 +52,8 @@ class DoliDb
|
||||
var $database_selected;
|
||||
//! Nom base s<>lectionn<6E>e
|
||||
var $database_name;
|
||||
//! Nom user base
|
||||
var $database_user;
|
||||
//! 1 si une transaction est en cours, 0 sinon
|
||||
var $transaction_opened;
|
||||
//! Derniere requete ex<65>cut<75>e
|
||||
@@ -110,6 +112,8 @@ class DoliDb
|
||||
function DoliDb($type='mssql', $host, $user, $pass, $name='', $newlink=0)
|
||||
{
|
||||
global $conf,$langs;
|
||||
|
||||
$this->database_user=$user;
|
||||
$this->transaction_opened=0;
|
||||
|
||||
if (! function_exists("mssql_connect"))
|
||||
|
||||
Reference in New Issue
Block a user