squirrelmail-webmail
1.4.22
About: SquirrelMail is a standards-based webmail package with strong MIME support, address books, and folder manipulation (written in PHP4).
![]() ![]() |
Go to the source code of this file.
Namespaces | |
plugins | |
Functions | |
if(! sqGetGlobalVar('year', $year, SQ_FORM)||! is_numeric($year)) if(! sqGetGlobalVar('month', $month, SQ_FORM)||! is_numeric($month)) if(! sqGetGlobalVar('day', $day, SQ_FORM)||! is_numeric($day)) if(! sqGetGlobalVar('hour', $hour, SQ_FORM)||! is_numeric($hour)) if(! sqGetGlobalVar('minute', $minute, SQ_FORM)||! is_numeric($minute)) | update_event_form () |
confirm_update () | |
Variables | |
const | SM_PATH '../../' |
if($month<=0) if($year<=0) if($day<=0) if($hour<=0) | $calself =basename($PHP_SELF) |
confirm_update | ( | ) |
Confirms event update
Definition at line 151 of file event_edit.php.
References $calendardata, $calself, $color, _(), addHidden(), addSubmit(), date_intl(), and html_tag().
if (! sqGetGlobalVar( 'year', $year, SQ_FORM)||! is_numeric( $year)) if (! sqGetGlobalVar( 'month', $month, SQ_FORM)||! is_numeric( $month)) if (! sqGetGlobalVar( 'day', $day, SQ_FORM)||! is_numeric( $day)) if (! sqGetGlobalVar( 'hour', $hour, SQ_FORM)||! is_numeric( $hour)) if (! sqGetGlobalVar( 'minute', $minute, SQ_FORM)||! is_numeric( $minute)) update_event_form | ( | ) |
update event info
Definition at line 82 of file event_edit.php.
References $calendardata, $color, $editor_size, _(), addHidden(), addInput(), addSubmit(), addTextArea(), html_tag(), select_option_day(), select_option_hour(), select_option_length(), select_option_minute(), select_option_month(), select_option_priority(), and select_option_year().
Definition at line 254 of file event_edit.php.
Referenced by confirm_update().
const SM_PATH '../../' |
@ignore
Definition at line 14 of file event_edit.php.