SVN: toys/stbr/index.php

vip vip at pld-linux.org
Mon May 21 19:31:44 CEST 2007


Author: vip
Date: Mon May 21 19:31:42 2007
New Revision: 8618

Modified:
   toys/stbr/index.php
Log:
- sqlite does not like " nor '


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Mon May 21 19:31:42 2007
@@ -280,7 +280,7 @@
 
 			foreach($filled['builder'] as $key => $value)
 			{
-				$title .= $value . " @ [a href=\'#\']" . $key . "[/a][br/]";
+				$title .= $value . " @ [a href=%22#%22]" . $key . "[/a][br/]";
 			}
 			
 			$insert = 'INSERT INTO status VALUES ("';


More information about the pld-cvs-commit mailing list