From: Richard S. <ri...@ri...> - 2003-04-15 17:04:21
|
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 > > |