fix comment #773

This commit is contained in:
larshp 2017-06-10 07:23:59 +00:00
parent 98b2afd918
commit f3328c514c

View File

@ -1677,10 +1677,11 @@ CLASS lcl_persist_settings DEFINITION FINAL.
ENDCLASS. ENDCLASS.
CLASS lcl_persist_settings IMPLEMENTATION. CLASS lcl_persist_settings IMPLEMENTATION.
* todo, refactor this to use XML and only 1 row in the database?
METHOD modify. METHOD modify.
* todo, refactor this class to use XML and only 1 row in the database?
lcl_app=>db( )->modify( lcl_app=>db( )->modify(
iv_type = 'SETTINGS' iv_type = 'SETTINGS'
iv_value = 'PROXY_URL' iv_value = 'PROXY_URL'