6 lines
204 B
PHP
6 lines
204 B
PHP
|
<?PHP
|
||
|
$appointment_status['scheduled'] = 'Scheduled';
|
||
|
$appointment_status['cancelled'] = 'Cancelled';
|
||
|
$appointment_status['moved_online'] = 'Moved online';
|
||
|
$appointment_status['postponed'] = 'Postponed';
|