Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2896784
20151023.harborpolicy.2.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
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
Jan 19 2025, 23:34 (6 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129953
Default Alt Text
20151023.harborpolicy.2.php (522 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment