phpBMS
Home
Download
Demo
Forums
Search:
Login
Preferences
Timeline
Road Map
Source
Tickets
Context Navigation
Back to Ticket #152
Ticket #152
: duplicate_item.sql
File duplicate_item.sql,
254 bytes
(added by m.waldeck@…,
3 years
ago)
SQL - Add the Command Duplication Item to Searchmenu
Line
1
2
INSERT
INTO
`
phpbms
`
.
`
tableoptions
`
(
3
`
id
`
,
`
tabledefid
`
,
`
name
`
,
`
option
`
,
`
needselect
`
,
`
othercommand
`
,
`
roleid
`
,
`
displayorder
`
)
4
VALUES
(
NULL
,
'3'
,
'duplicate_item'
,
'duplicate Item'
,
'1'
,
'1'
,
'30'
,
'50'
)
Download in other formats:
Original Format