Closed (fixed)
Project:
Node Limit Number
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2010 at 23:49 UTC
Updated:
24 Jan 2011 at 19:32 UTC
At line 184
/**
* Condition set the limit validation function
*/
function node_limitnumber_rules_condition_limit_validate($form, $form_state) {
// TODO Move number checking code here
}
and line 240
/**
* Condition set the Comment limit validation function
*/
function node_limitnumber_rules_comment_limit_validate($form, $form_state) {
// TODO Move number checking code here
}
There needs to be some code that will validate the user supplied data. Probably could create one function to do both.
Comments
Comment #1
jdwfly commented