[pLog-svn] r548 - plog/trunk/class/gallery/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Dec 19 16:58:20 GMT 2004


Author: oscar
Date: 2004-12-19 16:58:19 +0000 (Sun, 19 Dec 2004)
New Revision: 548

Modified:
   plog/trunk/class/gallery/dao/galleryalbums.class.php
Log:
fixed a bug in the query generated by the updateAlbum method

Modified: plog/trunk/class/gallery/dao/galleryalbums.class.php
===================================================================
--- plog/trunk/class/gallery/dao/galleryalbums.class.php	2004-12-19 16:55:20 UTC (rev 547)
+++ plog/trunk/class/gallery/dao/galleryalbums.class.php	2004-12-19 16:58:19 UTC (rev 548)
@@ -244,7 +244,7 @@
                       show_album = ".$album->getShowAlbum().",
                       normalized_name = '".$tf->normalizeText($album->getName())."',
                       normalized_description = '".$tf->normalizeText($album->getDescription())."',
-					  mangled_name = '".$tf->urlize($album->getName())." 
+					  mangled_name = '".$tf->urlize($album->getName())."'
                       WHERE id = ".$album->getId().";";
 
              return $this->Execute( $query );




More information about the pLog-svn mailing list