Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/spotweb/spotweb_total | ||
|---|---|---|
| 67 | 67 |
|
| 68 | 68 |
# Spot count |
| 69 | 69 |
my $spots = `$MYSQL $MYSQLOPTS -e 'SELECT count(*) as spots FROM $DATABASE.spots;'`; |
| 70 |
$spots =~ /(\d+)/;
|
|
| 70 |
$spots =~ /(\d+)/; |
|
| 71 | 71 |
print "spots.value ".$1."\n"; |
| 72 | 72 |
|
| 73 | 73 |
if($SPOTSFULL eq 'yes') {
|
Formats disponibles : Unified diff