[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/apps/konqueror/banking
From:       Chris Howells <howells () kde ! org>
Date:       2004-07-05 1:14:27
Message-ID: 20040705011427.B9B3D1265F () office ! kde ! org
[Download RAW message or body]

CVS commit by howells: 

la la la


  M +5 -5      index.php   1.11


--- www/apps/konqueror/banking/index.php  #1.10:1.11
@@ -1,5 +1,5 @@
 <?php
-error_reporting(E_ALL);
-ini_set('display_errors', 1);
+//error_reporting(E_ALL);
+//ini_set('display_errors', 1);
 ?>
 
@@ -118,5 +118,5 @@
                 $country = $row['country'];
                 echo "<tr><td colspan=\"4\"><h2>" . country($row['country']) . \
                "</h2></td></tr>";
-                echo "<tr \
id=\"quicklinks\"><td><h4>Bank</h4></td><td><h4>Comment</h4></td><td><h4>KDE \
3.0</h4></td><td><h4>KDE 3.1</h4></td><td><h4>KDE 3.2</h4></td></tr>"; +              \
echo "<tr id=\"leftmenu\"><td><h4>Bank</h4></td><td><h4>Comment</h4></td><td><h4>KDE \
3.0</h4></td><td><h4>KDE 3.1</h4></td><td><h4>KDE 3.2</h4></td></tr>";  $sql2 = \
"SELECT banks.country, banks.url, banks.name, compat.comment, compat.kde30, \
compat.kde31, compat.kde32 FROM banks, compat WHERE banks.id = compat.bank AND \
country = '$country' ORDER BY banks.name";  $query2 = mysql_query($sql2);
@@ -127,9 +127,9 @@
                         if ($alternate)
                         {
-                                $color = "newsbox1";
+                                $color = "newsbox2";
                         }
                         else
                         {
-                                $color = "newsbox2";
+                                $color = "newsbox1";
                         }
                         echo "<tr class=\"$color\">\n";


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic