Subversion Repositories oidplus

Rev

Rev 264 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 264 Rev 277
Line 15... Line 15...
15
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
 * See the License for the specific language governing permissions and
16
 * See the License for the specific language governing permissions and
17
 * limitations under the License.
17
 * limitations under the License.
18
 */
18
 */
19
 
19
 
20
if (!defined('IN_OIDPLUS')) die();
-
 
21
 
-
 
22
class OIDplusPageRaEditContactData extends OIDplusPagePluginRa {
20
class OIDplusPageRaEditContactData extends OIDplusPagePluginRa {
23
 
21
 
24
        public static function getPluginInformation() {
-
 
25
                $out = array();
-
 
26
                $out['name'] = 'Edit contact data';
-
 
27
                $out['author'] = 'ViaThinkSoft';
-
 
28
                $out['version'] = null;
-
 
29
                $out['descriptionHTML'] = null;
-
 
30
                return $out;
-
 
31
        }
-
 
32
 
-
 
33
        public function priority() {
22
        public function priority() {
34
                return 100;
23
                return 100;
35
        }
24
        }
36
 
25
 
37
        public function action(&$handled) {
26
        public function action(&$handled) {