[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 16:51:22 -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 16:51:25 -0400 (EDT)
- Resent-from: cvs@lists.cleannorth.org
- Resent-message-id: <b2uDvC.A.t0B.j9IqIB@skroob.cleannorth.org>
- Resent-sender: cvs-request@lists.cleannorth.org
Log Message:
-----------
Fix scope
Modified Files:
--------------
gleipnir/public_html/gallery:
picture.pl
Revision Data
-------------
Index: picture.pl
===================================================================
RCS file: /cvs/gleipnir/public_html/gallery/picture.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -Lpublic_html/gallery/picture.pl -Lpublic_html/gallery/picture.pl -u -r1.9 -r1.10
--- public_html/gallery/picture.pl
+++ public_html/gallery/picture.pl
@@ -165,7 +165,7 @@
my $cursor = $dbh->prepare($SQL);
$cursor->execute($pictureid);
- my ($gallery, $gid, $thumb, $curimage, $original, $rotated) = $cursor->fetchrow;
+ my ($gallery, $gid, $curthumb, $curimage, $original, $rotated) = $cursor->fetchrow;
return $gleipnir->error('403') if defined($gid) and !$gleipnir->ingroup($gid);
$rotated ||= 0;
$rotated += $angle;
- 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):