No account yet?
 

Subscriptions

ImageWhen you sign up as a premium subscriber, you get more than access to a host of fantastic features. You become a member of a flourishing community that continuously improves the very projects that run your website. Why not sign up today?

Subscriber Benefits

  • Subscriber only addons and plugins!
  • Latest beta code and SVN builds!
  • Access new versions before anyone else!
  • Premium Priority Support!
  • User Manuals for our components!
Read On!
Pragmatic Utopia
Welcome, Guest
Please Login or Register.    Lost Password?
Small mistake in the modules (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Small mistake in the modules
#8735
mucha0815 (User)
Newb Sauce
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Small mistake in the modules 4 Months ago Karma: 0  
In the modules
Code:

case 1:
echo "<br />".PUA_SCORES.": ".clsPUArcade::NumScores($game->id)."</td>";
break;
case 2:
echo "<br />".PUA_TIMES_PLAYED.": ".$game->numplayed."</td>";
break;
case 3:
echo "<br />Rating: ".clsPUArcade::GetCurrentRating($game->id)."</td>";
break;



the ."</td>" can be deleted, because its closed later in the code with
Code:

echo "</td>";


And its better use the " to make it validate. like this one:
BEFORE
Code:

<table width=100% border=0 cellspacing=0 cellpadding=1>

AFTER
Code:

<table width="100%" border="0" cellspacing="0" cellpadding="1">


There are also some points wich cant be validate in the puarcade.html.php.
 
Logged Logged  
  The administrator has disabled public write access.


      Topics Author Date
    thread link
Small mistake in the modules
mucha0815 2008/09/07 09:31
Go to top

My Amazon.com Wish List