Project

General

Profile

« Previous | Next » 

Revision 1684

Added by Dietmar about 12 years ago

! update upgrade-script, now don't overwrite existings values in settings
+ add field tooltip to table pages in installer
! change some module tool_icon.png (Tks to Stefek)
! add date_time string to backup_droplets.zip
- search and comment out founded require_once(WB_PATH."/framework/class.database.php");
- this will be never needed anymore and produce errors
! rename class.msg_queue.php in msgQueue.php to work with autokoader
+ add function format_message to class.wb.php

View differences:

install.php
24 24
}
25 25
/* -------------------------------------------------------- */
26 26

  
27
require_once(WB_PATH.'/framework/class.database.php');
27
// require_once(WB_PATH.'/framework/class.database.php');
28 28
require_once(WB_PATH.'/framework/functions.php');
29 29

  
30 30
$mod_path = (dirname(__FILE__));

Also available in: Unified diff