Author: shadzik
Date: Mon Dec  1 19:23:53 2008
New Revision: 10017

Modified:
   toys/stbr/index.php
Log:
- spelniam zyczenia, christmas jest


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Mon Dec  1 19:23:53 2008
@@ -307,6 +307,8 @@
 if(isset($_GET['show']) and isset($_GET['date']))
 {
        $query = "select * from stbr where sender = \"{$_GET['show']}\" and 
date = \"{$_GET['date']}\" order by date DESC";
+} elseif (isset($_GET['show'])){
+       $query = "select * from stbr where sender = \"{$_GET['show']}\" order 
by date DESC";
 } else {
        $query = "SELECT * FROM stbr ORDER BY date DESC $query";
 }
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to