[svn r15560] Minor api_get_self() change

skala
Yannick Warnier 18 years ago
parent b8f333a67d
commit 80cb9f010e
  1. 2
      main/auth/my_progress.php

@ -111,7 +111,7 @@ foreach($Courses as $enreg)
</td>
<td align='center'>
<a href="<?php echo $SERVER['PHP_SELF']; ?>?course=<?php echo $enreg['code']; ?>"> <?php echo '<img src="'.api_get_path(WEB_IMG_PATH).'2rightarrow.gif" border="0" />';?> </a>
<a href="<?php echo api_get_self(); ?>?course=<?php echo $enreg['code']; ?>"> <?php echo '<img src="'.api_get_path(WEB_IMG_PATH).'2rightarrow.gif" border="0" />';?> </a>
</td>
</tr>

Loading…
Cancel
Save