Skip to content

Commit

Permalink
fix call to tutor function
Browse files Browse the repository at this point in the history
  • Loading branch information
risdenk committed May 10, 2012
1 parent c9c8112 commit 7bed5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/tutor_profiles.php
Expand Up @@ -5,6 +5,6 @@
<div>
<h3>Tutor Profiles</h3>
<?php
display_tutors(get_tutors_by_name(""));
display_tutors(get_tutors_by_name("",""));
?>
</div>

0 comments on commit 7bed5d8

Please sign in to comment.