[pLog-svn] r1793 - plog/branches/plog-1.0.1/class/gallery/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sat Apr 9 19:38:16 GMT 2005


Author: oscar
Date: 2005-04-09 19:38:15 +0000 (Sat, 09 Apr 2005)
New Revision: 1793

Modified:
   plog/branches/plog-1.0.1/class/gallery/dao/galleryalbums.class.php
Log:
fixed issue 417


Modified: plog/branches/plog-1.0.1/class/gallery/dao/galleryalbums.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/gallery/dao/galleryalbums.class.php	2005-04-08 20:59:14 UTC (rev 1792)
+++ plog/branches/plog-1.0.1/class/gallery/dao/galleryalbums.class.php	2005-04-09 19:38:15 UTC (rev 1793)
@@ -217,8 +217,8 @@
                       $album->getOwnerId().", '".Db::qstr($album->getDescription())."', '".
 					  Db::qstr($album->getName())."', 0, ".$album->getParentId().", '".
                       serialize($album->getProperties())."', 1,'".
-                      $tf->normalizeText($album->getName())."','".
-                      $tf->normalizeText($album->getDescription())."', '".
+                      Db::qstr($tf->normalizeText($album->getName()))."','".
+                      Db::qstr($tf->normalizeText($album->getDescription()))."', '".
 					  $tf->urlize($album->getName())."');";
 					  
             $result = $this->Execute( $query );




More information about the pLog-svn mailing list