Update of /cvsroot/openfirst/members
In directory sc8-pr-cvs1:/tmp/cvs-serv3794
Modified Files:
updateprofile.php
Log Message:
Fix broken link.
Index: updateprofile.php
===================================================================
RCS file: /cvsroot/openfirst/members/updateprofile.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** updateprofile.php 28 Jun 2003 03:01:25 -0000 1.2
--- updateprofile.php 29 Jun 2003 03:58:50 -0000 1.3
***************
*** 50,55 ****
<h1>Update Profile</h1>
! <p>You may use this page to update your members profile. You should also: <a
! href="updateskills.php">update your skills list</a>.</p>
<form action='updateprofile.php' method='post'>
--- 50,54 ----
<h1>Update Profile</h1>
! <p>You may use this page to update your members profile. You should also: <a href="skills.php">update your skills list</a>.</p>
<form action='updateprofile.php' method='post'>
***************
*** 81,83 ****
showlogin();
}
! include($footer); ?>
\ No newline at end of file
--- 80,82 ----
showlogin();
}
! include($footer); ?>
|