FreeBSD Bugzilla – Attachment 108266 Details for
Bug 149104
[PATCH] update www/phpmyfaq from 2.6.6 to 2.6.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-inc__PMF_Search__Resultset.php
patch-inc__PMF_Search__Resultset.php (text/php), 712 bytes, created by
Florian Smeets
on 2010-08-02 13:09:41 UTC
(
hide
)
Description:
patch-inc__PMF_Search__Resultset.php
Filename:
MIME Type:
Creator:
Florian Smeets
Created:
2010-08-02 13:09:41 UTC
Size:
712 bytes
patch
obsolete
>--- ./inc/PMF_Search/Resultset.php.orig 2010-08-02 13:58:15.000000000 +0200 >+++ ./inc/PMF_Search/Resultset.php 2010-08-02 13:58:40.000000000 +0200 >@@ -107,7 +107,9 @@ > > $duplicateResults = array(); > $currentUserId = $this->user->getUserId(); >- $currentGroupIds = $this->user->perm->getUserGroups($currentUserId); >+ if ('medium' == PMF_Configuration::getInstance()->get('main.permLevel')) { >+ $currentGroupIds = $this->user->perm->getUserGroups($currentUserId); >+ } > > foreach ($this->rawResultset as $index => $result) { > >@@ -190,4 +192,4 @@ > { > return $this->numberOfResults; > } >-} >\ No newline at end of file >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 149104
:
108265
| 108266