[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS Update: gleipnir
- To: cvs@lists.cleannorth.org
- Subject: CVS Update: gleipnir
- From: Dan Brosemer <odin@cleannorth.org>
- Date: Sun, 17 Aug 2008 13:08:09 -0400 (EDT)
- List-help: <mailto:cvs-request@lists.cleannorth.org?subject=help>
- List-post: <mailto:cvs@lists.cleannorth.org>
- List-subscribe: <mailto:cvs-request@lists.cleannorth.org?subject=subscribe>
- List-unsubscribe: <mailto:cvs-request@lists.cleannorth.org?subject=unsubscribe>
- Resent-date: Sun, 17 Aug 2008 13:08:12 -0400 (EDT)
- Resent-from: cvs@lists.cleannorth.org
- Resent-message-id: <0Y__xC.A.gPB.SsFqIB@skroob.cleannorth.org>
- Resent-sender: cvs-request@lists.cleannorth.org
Log Message:
-----------
Pass in gallery number if we know it.
Modified Files:
--------------
gleipnir/public_html/gallery:
index.pl
Revision Data
-------------
Index: index.pl
===================================================================
RCS file: /cvs/gleipnir/public_html/gallery/index.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lpublic_html/gallery/index.pl -Lpublic_html/gallery/index.pl -u -r1.1 -r1.2
--- public_html/gallery/index.pl
+++ public_html/gallery/index.pl
@@ -136,6 +136,8 @@
'gallery_description' => $gallery_desc->{description}
);
+ $gleipnir->store(sbvals => { gallery => $galleryid });
+
my $CSQL = <<EOT;
select count(pictureid) from gallery_picture where gallery = ?
EOT
- Prev by Date: CVS Update: gleipnir
- Next by Date: CVS Update: gleipnir
- Previous by thread: CVS Update: gleipnir
- Next by thread: CVS Update: gleipnir
- Index(es):