FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Misstype in /scripts/fudapi.inc.php
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Misstype in /scripts/fudapi.inc.php [message #163773] Tue, 30 November 2010 11:02 Go to previous message
KVentz is currently offline  KVentz   Russian Federation
Messages: 65
Registered: November 2002
Location: Moscow, Russia
Karma:
Member
Using fudapi.inc.php in FUDforum 3.0.2 generates fatal syntax error.
Line 593:
			$err = 'value for '. $v .' must be unique, specified value of '. $vals[$v] '. already exists.';

should look like
			$err = 'value for '. $v .' must be unique, specified value of '. $vals[$v] .' already exists.';

There is a point in a wrong place: «'. already» instead of «.' already».

In previous versions this string looked like this:
			$err = "value for {$v} must be unique, specified value of {$vals[$v]} already exists.";
[Message index]
 
Read Message
Read Message
Previous Topic: The Smilies, List of active users
Next Topic: Forum Statistics in 3.02
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu May 02 02:31:06 GMT 2024

Total time taken to generate the page: 0.05526 seconds