From 9b93141f347909359cf0a9b4f47b39295324fb0c Mon Sep 17 00:00:00 2001 From: resicovenba Date: Fri, 1 Dec 2017 18:55:27 +0530 Subject: [PATCH] forget password message chages --- Apollo/api/application/models/Forgot_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/api/application/models/Forgot_model.php b/Apollo/api/application/models/Forgot_model.php index 1d9fd8b4..7b0eaf4a 100644 --- a/Apollo/api/application/models/Forgot_model.php +++ b/Apollo/api/application/models/Forgot_model.php @@ -54,7 +54,7 @@ class Forgot_model extends CI_Model { public function smssend($mobile,$messa) { - $message ="Your new password for logging into Apollo student portal is ('$messa'). Please change the password as soon as you login."; + $message ="Your new password for logging into Apollo student portal is $messa. Please change the password as soon as you login."; $mobile = "91$mobile"; $message = urlencode($message);