From: Don S. <do...@se...> - 2003-04-15 11:59:23
|
That's really an RFE not a bug. And I wouldn't put a high priority on it since the polls aren't supposed to be some sort of scientific research. Don. On Mon, 14 Apr 2003, Richard Sumilang wrote: > Hmmm... I think the poll module should also hide or show another poll > once a user has submitted there answer so they don't continue to > re-submit. > > On Monday, April 14, 2003, at 08:17 PM, Don Seiler wrote: > > > The PollManager action function checks for a permission of "view" in > > the > > poll module. No such permission is defined in poll's module_rights.txt > > and so no such permission can be assigned in User Manager. As a result > > non-deities who are given Poll administration rights are unable to do > > any > > Poll administrating. > > > > Fix would be to add a "view" entry to module_rights.txt. > > > > Also Poll's uninstall.php references $core but $core is not defined. > > Changing both references to be $GLOBALS["core"] fixes that problem. > > > > I have checked both of these fixes into CVS. > > > > Don. > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > |