Changes between Initial Version and Version 1 of Ticket #2022, comment 19


Ignore:
Timestamp:
Mar 24, 2016, 5:17:36 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2022, comment 19

    initial v1  
    77string.
    88
     9{{{
    91018:31 sancho:~% diff -u ports.php-default ports.php-charlie
    1011--- ports.php-default   Sat Dec 10 18:31:00 2005
     
    2728+               $library = eregi_replace("^([^:]*:[^:]*:|[^:]*:)", "", $nrow[0]);
    2829                                        ?>
    29 -                                               <a href="<?= $PHP_SELF; ?>?by=name&substr=<?= $library; ?>"><?=
    30 $library; ?></a>
    31 +                                               <a href="<?= $PHP_SELF; ?>?by=library&substr=<?= $library; ?>"><?
    32 = $library; ?></a>
     30-                                               <a href="<?= $PHP_SELF; ?>?by=name&substr=<?= $library; ?>"><?= $library; ?></a>
     31+                                               <a href="<?= $PHP_SELF; ?>?by=library&substr=<?= $library; ?>"><?= $library; ?></a>
    3332                                        <?
    3433                                        }
     
    3635zsh: 22288 exit 1     diff -u ports.php-default ports.php-charlie
    373618:33 sancho:~%
     37}}}