diff --git a/application/controllers/Appointments.php b/application/controllers/Appointments.php index 2a143c1c..38ef8926 100755 --- a/application/controllers/Appointments.php +++ b/application/controllers/Appointments.php @@ -298,7 +298,7 @@ class Appointments extends EA_Controller { } /** - * [AJAX] Get the available appointment hours for the given date. + * Get the available appointment hours for the given date. * * This method answers to an AJAX request. It calculates the available hours for the given service, provider and * date. @@ -409,7 +409,7 @@ class Appointments extends EA_Controller { /** - * [AJAX] Register the appointment to the database. + * Register the appointment to the database. * * Outputs a JSON string with the appointment ID. */ @@ -553,7 +553,7 @@ class Appointments extends EA_Controller { } /** - * [AJAX] Get Unavailable Dates + * Get Unavailable Dates * * Get an array with the available dates of a specific provider, service and month of the year. Provide the * "provider_id", "service_id" and "selected_date" as GET parameters to the request. The "selected_date" parameter diff --git a/application/controllers/Installation.php b/application/controllers/Installation.php index e2ed6af7..c6ccd3aa 100644 --- a/application/controllers/Installation.php +++ b/application/controllers/Installation.php @@ -52,7 +52,7 @@ class Installation extends EA_Controller { } /** - * [AJAX] Installs Easy!Appointments on the server. + * Installs Easy!Appointments on the server. */ public function ajax_install() { diff --git a/application/controllers/User.php b/application/controllers/User.php index 3423de06..11ba6547 100644 --- a/application/controllers/User.php +++ b/application/controllers/User.php @@ -100,7 +100,7 @@ class User extends EA_Controller { } /** - * [AJAX] Check whether the user has entered the correct login credentials. + * Check whether the user has entered the correct login credentials. * * The session data of a logged in user are the following: * - 'user_id'