Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
712216f5
authored
2011-03-01 17:41:08 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated
1 parent
ecabde8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/Notifications/Admin.php
com/Notifications/Admin.php
View file @
712216f
...
...
@@ -53,7 +53,7 @@ function display_page() {
$validation
=
new
Notifications\Validation
;
$validation
->
set_rules
(
'type'
,
'Notification Type'
,
'required'
);
$validation
->
set_rules
(
'title'
,
'Description'
,
'trim|required|min_length[
16
]'
);
$validation
->
set_rules
(
'title'
,
'Description'
,
'trim|required|min_length[
4
]'
);
$validation
->
set_rules
(
'type'
,
'Notification Type'
,
'required'
);
$validation
->
set_rules
(
'sendto'
,
'Send To'
,
'required'
);
...
...
Please
register
or
sign in
to post a comment