Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Tue Jun 3 10:50:13 2008 UTC | revision 1.1.2.1, Mon Jun 9 08:02:44 2008 UTC | |
|---|---|---|
| # | Line 133 function _editonpro_object($id, $title, | Line 133 function _editonpro_object($id, $title, |
| 133 | * Implementation of textarea | * Implementation of textarea |
| 134 | */ | */ |
| 135 | function editonpro_elements() { | function editonpro_elements() { |
| 136 | if (user_access('use editonpro')) { | if (user_access('use edit-on Pro')) { |
| 137 | return array('textarea' => array( | return array('textarea' => array( |
| 138 | '#process' => array('editonpro_process_textarea'), | '#process' => array('editonpro_process_textarea'), |
| 139 | ), | ), |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |