Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/joomla/joomla-sessions | ||
|---|---|---|
| 90 | 90 |
|
| 91 | 91 |
#Anonym Session count |
| 92 | 92 |
my $anonsessions = `$MYSQL $MYSQLOPTS -e 'SELECT COUNT( session_id ) FROM $DATABASE.jos_session WHERE usertype = "''"'`; |
| 93 |
$anonsessions =~ /(\d+)/;
|
|
| 93 |
$anonsessions =~ /(\d+)/; |
|
| 94 | 94 |
print "anonsessions.value ".$1."\n"; |
| 95 | 95 |
|
| 96 | 96 |
#Registered count |
Formats disponibles : Unified diff