diff options
author | Prashant P. Shah | 2012-05-29 11:39:37 +0530 |
---|---|---|
committer | Prashant P. Shah | 2012-05-29 11:39:37 +0530 |
commit | c1f99140690e298d4c23ef0f972c85a37e68a427 (patch) | |
tree | f97cb76d2e6ca22c079aad47f7e9fbdfeb1f580e /email.inc | |
parent | ee732ad29657ee92e295b70276b9583d930cf59a (diff) | |
download | scilab_lab_migration-c1f99140690e298d4c23ef0f972c85a37e68a427.tar.gz scilab_lab_migration-c1f99140690e298d4c23ef0f972c85a37e68a427.tar.bz2 scilab_lab_migration-c1f99140690e298d4c23ef0f972c85a37e68a427.zip |
adds automatic folder creation during installation
Signed-off-by: Prashant P. Shah <pshah.mumbai@gmail.com>
Diffstat (limited to 'email.inc')
-rwxr-xr-x[-rw-r--r--] | email.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/email.inc b/email.inc index cdee979..2ee24bd 100644..100755 --- a/email.inc +++ b/email.inc @@ -47,7 +47,7 @@ We have received your following Lab migration proposal: Full Name : ' . $proposal_data->name_title . ' ' . $proposal_data->name . ' Email : ' . $user_data->mail . ' -Contact Phone : ' . $proposal_data->contact_ph . ' +Contact No. : ' . $proposal_data->contact_ph . ' Department/Branch : ' . $proposal_data->department . ' University/Institute : ' . $proposal_data->university . ' @@ -104,7 +104,7 @@ Reason for disapproval: ' . $proposal_data->message . ' Full Name : ' . $proposal_data->name_title . ' ' . $proposal_data->name . ' Email : ' . $user_data->mail . ' -Contact Phone : ' . $proposal_data->contact_ph . ' +Contact No. : ' . $proposal_data->contact_ph . ' Department/Branch : ' . $proposal_data->department . ' University/Institute : ' . $proposal_data->university . ' @@ -157,7 +157,7 @@ Your following Lab migration proposal has been approved: Full Name : ' . $proposal_data->name_title . ' ' . $proposal_data->name . ' Email : ' . $user_data->mail . ' -Contact Phone : ' . $proposal_data->contact_ph . ' +Contact No. : ' . $proposal_data->contact_ph . ' Department/Branch : ' . $proposal_data->department . ' University/Institute : ' . $proposal_data->university . ' @@ -213,7 +213,7 @@ Following Lab migration has been completed sucessfully : Full Name : ' . $proposal_data->name_title . ' ' . $proposal_data->name . ' Email : ' . $user_data->mail . ' -Contact Phone : ' . $proposal_data->contact_ph . ' +Contact No. : ' . $proposal_data->contact_ph . ' Department/Branch : ' . $proposal_data->department . ' University/Institute : ' . $proposal_data->university . ' @@ -264,7 +264,7 @@ We have received your proposal for solution for following Lab migration : Full Name : ' . $proposal_data->name_title . ' ' . $proposal_data->name . ' Email : ' . $user_data->mail . ' -Contact Phone : ' . $proposal_data->contact_ph . ' +Contact No. : ' . $proposal_data->contact_ph . ' Department/Branch : ' . $proposal_data->department . ' University/Institute : ' . $proposal_data->university . ' |