Re: controller\controller.php bug

2006-05-03 Thread Larry E. Masters aka PhpNut
Michael,Is your question in another email? You are replying to another topic that has nothing to do with your problem, either repost to your topic or open one of your own if it is not showing -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpN

Re: controller\controller.php bug

2006-05-03 Thread Michael Yevdokimov
People, my question is still opened.. If you have something to say about other things that my theme, please open another topic.. Thank you! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post

Re: controller\controller.php bug

2006-05-03 Thread Larry E. Masters aka PhpNut
Please report bugs on the trac site by opening a ticket. This is more of a user to user support, and anything related to core file should be reported here: https://trac.cakephp.org/ -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @access

Re: controller\controller.php bug

2006-05-03 Thread Michael Yevdokimov
It's "nice" to see bugs in a "stable" version.. But.. Referring to my problem do you have any thoughts? :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-

controller\controller.php bug

2006-05-03 Thread Eric Banford
I found a small bug in cake\libs\controller\controller.php. This line: if(0 != strncmp( "created", $tabl['name'], 6 ) && 0 != strncmp("modified",$tabl['name'], 8)) Should be: if(0 != strncmp( "created", $tabl['name'], 7 ) && 0 != strncmp("modified",$ta