Code cleaning : split database into database (for noalyss) and databasecore ,

with the functions
This commit is contained in:
Dany De Bontridder 2019-07-24 22:47:32 +02:00
parent a99d1e16fe
commit 2e74ca5bdf
109 changed files with 623 additions and 608 deletions

View file

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
require_once NOALYSS_INCLUDE.'/lib/noalyss_sql.class.php';
require_once NOALYSS_INCLUDE.'/lib/database.class.php';
require_once NOALYSS_INCLUDE.'/class/database.class.php';
/**