Page MenuHomec4science

20170119.menuitem.motivator.01.php
No OneTemporary

File Metadata

Created
Tue, Apr 1, 02:57

20170119.menuitem.motivator.01.php

<?php
$table = new PhabricatorProfileMenuItemConfiguration();
$conn_w = $table->establishConnection('w');
queryfx(
$conn_w,
'DELETE FROM %T WHERE menuItemKey = "motivator"',
$table->getTableName());

Event Timeline