to avoid problems with character '&' SET DEFINE OFF is added
This commit is contained in:
parent
a14038c003
commit
a007b3cf7f
|
|
@ -1,3 +1,4 @@
|
||||||
|
SET DEFINE OFF;
|
||||||
UPDATE ad_alert
|
UPDATE ad_alert
|
||||||
SET alertmessage =
|
SET alertmessage =
|
||||||
'Check that the Adempiere Database has sufficient space:
|
'Check that the Adempiere Database has sufficient space:
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
SET DEFINE OFF;
|
||||||
UPDATE ad_element_trl
|
UPDATE ad_element_trl
|
||||||
SET description =
|
SET description =
|
||||||
'LDAP Server to authenticate and authorize external systems based on Adempiere'
|
'LDAP Server to authenticate and authorize external systems based on Adempiere'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue