WIP ADAPT PHP8.2
This commit is contained in:
parent
c7cbbe4ff5
commit
95c8672c0f
12 changed files with 36 additions and 16 deletions
|
|
@ -30,7 +30,8 @@ require_once NOALYSS_INCLUDE.'/database/tag_sql.class.php';
|
|||
*/
|
||||
class Tag
|
||||
{
|
||||
private $data; //<! Tag_SQL
|
||||
private $data; //<! Tag_SQL
|
||||
private $cn;
|
||||
function __construct($p_cn,$id=-1)
|
||||
{
|
||||
$this->cn=$p_cn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue