Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F474841
20151023.harborpolicy.2.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
522 B
Referenced Files
None
Subscribers
None
20151023.harborpolicy.2.php
View Options
<?php
$table
=
new
HarbormasterBuildPlan
();
$conn_w
=
$table
->
establishConnection
(
'w'
);
$view_policy
=
PhabricatorPolicies
::
getMostOpenPolicy
();
queryfx
(
$conn_w
,
'UPDATE %T SET viewPolicy = %s WHERE viewPolicy = %s'
,
$table
->
getTableName
(),
$view_policy
,
''
);
$edit_policy
=
id
(
new
PhabricatorHarbormasterApplication
())
->
getPolicy
(
HarbormasterCreatePlansCapability
::
CAPABILITY
);
queryfx
(
$conn_w
,
'UPDATE %T SET editPolicy = %s WHERE editPolicy = %s'
,
$table
->
getTableName
(),
$edit_policy
,
''
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 9:38 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
84901
Default Alt Text
20151023.harborpolicy.2.php (522 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment