SVN: toys/stbr/index.php

shadzik shadzik at pld-linux.org
Mon Dec 1 19:23:53 CET 2008


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";
 }


More information about the pld-cvs-commit mailing list