6 Oct
2005
6 Oct
'05
3:40 p.m.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 *blush* On 06 Oct 2005, at 3:27 PM, Adrian Rossouw wrote:
function locale($string) { $string['Custom URL'] = 'Path Alias'; return $translate[$string]; } Should be :
function locale($string) { $translate['Custom URL'] = 'Path Alias'; return $translate[$string]; } Even 4 lines of code can contain bugs. - -- Adrian Rossouw Drupal developer and Bryght Guy http://drupal.org | http://bryght.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFDRSlRgegMqdGlkasRAkE3AKC5VTTzQ0WYWfK/Yy+zIjm86tAWGwCgnDNU vq+ws1tgmx+P0wFonUxVWoE= =MatI -----END PGP SIGNATURE-----