Home »
FUDforum Development »
Bug Reports »
3.0.2 typo on fudapi.inc.php
3.0.2 typo on fudapi.inc.php [message #165535] |
Sun, 10 July 2011 20:39  |
srchild
 Messages: 88 Registered: December 2003 Location: UK
Karma: 1
|
Member |
|
|
Line 593 says:
$err = 'value for '. $v .' must be unique, specified value of '. $vals[$v] '. already exists.';
should be:
$err = 'value for '. $v .' must be unique, specified value of '. $vals[$v] .' already exists.';
Simon Child
|
|
|
|
Goto Forum:
Current Time: Thu Apr 10 21:10:47 GMT 2025
Total time taken to generate the page: 0.07197 seconds