Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nm-safran committed Nov 30, 2023
2 parents dd5856d + bdf0362 commit ea789e5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 68 deletions.
6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

60 changes: 0 additions & 60 deletions .idea/workspace.xml

This file was deleted.

2 changes: 1 addition & 1 deletion application/controllers/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ function manage_profile($param1 = '', $param2 = '', $param3 = '')
));
$this->session->set_flashdata('flash_success', 'Account Password Updated!');
} else {
$this->session->set_flashdata('flash_error_message', 'Password is Not Matching!');
$this->session->set_flashdata('flash_error', 'Password is Not Matching!');
}
redirect(base_url() . 'index.php?admin/manage_profile/', 'refresh');
}
Expand Down
2 changes: 1 addition & 1 deletion application/views/backend/admin/marks.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</td>
<td>
<input type="hidden" name="operation" value="selection" />
<input type="submit" value="<?php echo ('Manage Marks'); ?>" class="btn btn-info" />
<input type="submit" value="<?php echo ('Show Marks'); ?>" class="btn btn-info" />
</td>
</tr>
</table>
Expand Down

0 comments on commit ea789e5

Please sign in to comment.