Skip to content

Commit

Permalink
code formattingaccount_prefs_update.php
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1038 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
prescience committed May 31, 2002
1 parent 233cda7 commit 34e8f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.php3
Expand Up @@ -16,7 +16,7 @@
sort ( $xfile );
$tmp = 0;
while ( $tmp < $files ) {
PRINT "<li><A HREF=\"view_source.php3?f_file=$xfile[$tmp]\">$xfile[$tmp]</A>";
PRINT "<li><A HREF=\"view_source2.php3?f_file=$xfile[$tmp]\">$xfile[$tmp]</A>";
$tmp++;
}
}
Expand Down

0 comments on commit 34e8f00

Please sign in to comment.