Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GroupRule save: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Group_Functions]]

{{HelpFiles}}


====GroupRule_save====
====GroupRule_save====

Latest revision as of 08:58, 12 December 2011


GroupRule_save

Save a group rule object to the database

Syntax

GroupRule_save(groupRuleObject)

Arguments

  • groupRuleObject: is an array. It is the group rule object, which has the same format as what returned by GroupRule_getRuleById.

Return value

empty

Example

array rule = GroupRule_getRuleById(101919);

rule[GROUPRULE_TARGET] = GROUPRULE_TARGET_UNLIMITED;

GroupRule_save(rule);

Availability

Version 5.6