repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove product literal strings in "pht()", part 21
[phabricator.git]
/
resources
/
sql
/
autopatches
/
20170119.menuitem.motivator.01.php
blob
16a16fe530d409a84cf85cb06f1d63fae753bc66
1
<
?php
2
3
$table
=
new
PhabricatorProfileMenuItemConfiguration
();
4
$conn_w
=
$table
->
establishConnection
(
'w'
);
5
6
queryfx
(
7
$conn_w
,
8
'DELETE FROM
%T
WHERE menuItemKey = "motivator"'
,
9
$table
->
getTableName
());