Ignore:
Timestamp:
2007/01/17 14:46:03 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/register.php

    r405 r1067  
    124124$user_viewemail = (isset($_POST['user_viewemail']) && intval($_POST['user_viewemail'])) ? 1 : 0; 
    125125$user_mailok = (isset($_POST['user_mailok']) && intval($_POST['user_mailok'])) ? 1 : 0; 
     126$mailmaga = (isset($_POST['mailmaga']) && intval($_POST['mailmaga'])) ? 1 : 0; 
    126127$agree_disc = 1; 
    127128switch ( $op ) { 
Note: See TracChangeset for help on using the changeset viewer.