CFGCONTACT change to CFGOPT1
This commit is contained in:
parent
1aa830eaf0
commit
66a82492a5
2 changed files with 7 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ if ( !defined ("NOALYSS_PACKAGE_REPOSITORY")) {
|
||||||
if ( ! defined ("SYSINFO_DISPLAY")) {
|
if ( ! defined ("SYSINFO_DISPLAY")) {
|
||||||
define ("SYSINFO_DISPLAY",TRUE);
|
define ("SYSINFO_DISPLAY",TRUE);
|
||||||
}
|
}
|
||||||
define ("DBVERSION",149);
|
define ("DBVERSION",150);
|
||||||
define ("MONO_DATABASE",25);
|
define ("MONO_DATABASE",25);
|
||||||
define ("DBVERSIONREPO",18);
|
define ("DBVERSIONREPO",18);
|
||||||
define ('NOTFOUND','--not found--');
|
define ('NOTFOUND','--not found--');
|
||||||
|
|
|
||||||
6
include/sql/patch/upgrade149.sql
Normal file
6
include/sql/patch/upgrade149.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
begin;
|
||||||
|
update menu_ref set me_code='CFGOPT1',me_menu='Option Fiches', me_description = 'configure les options pour les fiches dans le suivi' where me_code='CFGCONTACT';
|
||||||
|
update bookmark set b_action=replace(b_action,'CFGCONTACT','CFGOPT1');
|
||||||
|
|
||||||
|
insert into version (val,v_description) values (150,'Change name default action');
|
||||||
|
commit;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue