[vhffs-dev] [995] Tomatoes are red, bananas are yellow, apples are greens, yellow or red... |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 995
Author: gradator
Date: 2007-10-16 14:12:27 +0000 (Tue, 16 Oct 2007)
Log Message:
-----------
Tomatoes are red, bananas are yellow, apples are greens, yellow or red... lalalala, you never saw this commit, isn't it ?
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Stats.pm
Modified: trunk/vhffs-api/src/Vhffs/Stats.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Stats.pm 2007-10-16 14:01:46 UTC (rev 994)
+++ trunk/vhffs-api/src/Vhffs/Stats.pm 2007-10-16 14:12:27 UTC (rev 995)
@@ -365,7 +365,7 @@
sub get_git_activated
{
my $self = shift;
- unless(defined $self->{git{activated}) {
+ unless(defined $self->{git}{activated}) {
my $sql = 'SELECT COUNT(*) FROM vhffs_git w INNER JOIN vhffs_object o ON o.object_id=w.object_id WHERE o.state='.Vhffs::Constants::ACTIVATED;
($self->{'git'}{activated}) = @{$self->{db}->selectrow_arrayref( $sql )};
}