[Bb-trac] Re: [bbPress] #625: Plugin activation/ wponce troubles

bbPress bb-trac at lists.bbpress.org
Fri Apr 6 21:08:45 GMT 2007


#625: Plugin activation/ wponce troubles
----------------------+-----------------------------------------------------
 Reporter:  so1o      |        Owner:  mdawaffe
     Type:  defect    |       Status:  assigned
 Priority:  normal    |    Milestone:  1.0     
Component:  Back-end  |      Version:  0.75    
 Severity:  normal    |   Resolution:          
 Keywords:            |  
----------------------+-----------------------------------------------------
Comment (by so1o):

 {{{
 var_dump(get_magic_quotes_gpc());
 }}}
 gives
 {{{
 int(1)
 }}}
 {{{
 var_dump(get_magic_quotes_runtime());
 }}}
 gives
 {{{
 int(0)
 }}}
 {{{
 var_dump(array_keys(bb_get_plugins()));
 }}}
 gives
 {{{
 array(3) {
   [0]=>
   string(13) "anonymous.php"
   [1]=>
   string(37) "forum-moderators\forum-moderators.php"
   [2]=>
   string(9) "roles.php"
 }
 }}}

-- 
Ticket URL: <http://trac.bbpress.org/ticket/625#comment:13>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list