Changeset 359 for trunk/install


Ignore:
Timestamp:
Feb 25, 2022, 9:32:36 AM (2 years ago)
Author:
roby
Message:

admin: correzioni e aggiunta funzionalità per inserimento da cellulare, adeguata la funzione di aggiornamento del db per compatibilità con php7 e php5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/sql/eleonline.sql

    r354 r359  
    6060  `adminop` tinyint(2) NOT NULL DEFAULT '0',
    6161  `admincomune` tinyint(2) NOT NULL DEFAULT '0',
    62   `adminsuper` tinyint(2) NOT NULL DEFAULT '1',
     62  `adminsuper` tinyint(2) NOT NULL DEFAULT '0',
    6363  `admlanguage` varchar(30) NOT NULL DEFAULT ''
    6464) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Note: See TracChangeset for help on using the changeset viewer.