projects
/
course.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
373ae8e
)
Fixed use_picture -> use_pictures typo in html/contact.shtml
author
W. Trevor King
<wking@drexel.edu>
Tue, 5 Jan 2010 02:53:32 +0000
(21:53 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 5 Jan 2010 02:53:32 +0000
(21:53 -0500)
html/contact.shtml
patch
|
blob
|
history
diff --git
a/html/contact.shtml
b/html/contact.shtml
index 58ce033c6fbfce79b4f6d65bc1b9e7a52fed6310..9107df64547bb793797def35b633c6236d8a7213 100644
(file)
--- a/
html/contact.shtml
+++ b/
html/contact.shtml
@@
-5,12
+5,12
@@
<?php
include('php/people.php');
$use_pictures = true;
-printPeopleStart($use_picture);
+printPeopleStart($use_picture
s
);
$s=simplexml_load_file('xml/profs.xml');
printPeople('Professors', $s, $use_pictures);
$s=simplexml_load_file('xml/TAs.xml');
printPeople('Teaching Assistants', $s, $use_pictures);
-printPeopleEnd($use_picture);
+printPeopleEnd($use_picture
s
);
?>
<p style="clear:both;">