mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +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
|
||||
*/
|
||||
return array(
|
||||
'mid' => true,
|
||||
'vid' => true,
|
||||
'act' => true,
|
||||
'mid' => true,
|
||||
'vid' => true,
|
||||
'act' => true,
|
||||
'admin' => true,
|
||||
'module' => true,
|
||||
'module_srl' => true,
|
||||
'module' => true,
|
||||
'module_srl' => true,
|
||||
'member_srl' => true,
|
||||
'menu_srl' => true,
|
||||
'menu_item_srl' => true,
|
||||
'parent_srl' => true,
|
||||
'layout_srl' => true,
|
||||
'mlayout_srl' => true,
|
||||
'document_srl' => true,
|
||||
'comment_srl' => true,
|
||||
'document_srl' => true,
|
||||
'comment_srl' => true,
|
||||
'file_srl' => true,
|
||||
'regdate' => true,
|
||||
'list_order' => true,
|
||||
'sort_index' => true,
|
||||
'regdate' => true,
|
||||
'list_order' => true,
|
||||
'sort_index' => true,
|
||||
'order_type' => true,
|
||||
'search_target' => true,
|
||||
'search_keyword' => true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue