Patches item #1891097, was opened at 2008-02-11 13:03 Message generated for change (Settings changed) made by gcoriasco You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1891097&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: modules Group: ver 1.3.x Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Giovanni Coriasco (gcoriasco) Assigned to: Nobody/Anonymous (nobody) Summary: [group module] Wrong type for group_id in re_grp table Initial Comment: The type of group_id in re_grp table is string(11) but should be int(11): this prevent module group from being loaded at openser startup when re_grp table is filled with any entry. I wrote this patch to revert it back to the int(11) type ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1891097&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/devel
