mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
Add more items to reserved word list
This commit is contained in:
parent
ccdbddf60b
commit
20e9009b9b
1 changed files with 12 additions and 10 deletions
|
|
@ -6,22 +6,24 @@
|
||||||
* Copyright (c) Rhymix Developers and Contributors
|
* Copyright (c) Rhymix Developers and Contributors
|
||||||
*/
|
*/
|
||||||
return array(
|
return array(
|
||||||
'mid' => true,
|
'mid' => true,
|
||||||
'vid' => true,
|
'vid' => true,
|
||||||
'act' => true,
|
'act' => true,
|
||||||
'admin' => true,
|
'admin' => true,
|
||||||
'module' => true,
|
'module' => true,
|
||||||
'module_srl' => true,
|
'module_srl' => true,
|
||||||
'member_srl' => true,
|
'member_srl' => true,
|
||||||
'menu_srl' => true,
|
'menu_srl' => true,
|
||||||
|
'menu_item_srl' => true,
|
||||||
|
'parent_srl' => true,
|
||||||
'layout_srl' => true,
|
'layout_srl' => true,
|
||||||
'mlayout_srl' => true,
|
'mlayout_srl' => true,
|
||||||
'document_srl' => true,
|
'document_srl' => true,
|
||||||
'comment_srl' => true,
|
'comment_srl' => true,
|
||||||
'file_srl' => true,
|
'file_srl' => true,
|
||||||
'regdate' => true,
|
'regdate' => true,
|
||||||
'list_order' => true,
|
'list_order' => true,
|
||||||
'sort_index' => true,
|
'sort_index' => true,
|
||||||
'order_type' => true,
|
'order_type' => true,
|
||||||
'search_target' => true,
|
'search_target' => true,
|
||||||
'search_keyword' => true,
|
'search_keyword' => true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue