Changeset 283
- Timestamp:
- 02/02/07 01:03:51
(2 years ago)
- Author:
- rats
- Message:
fixed bug #61: wrong check type
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r282 |
r283 |
|
| 15 | 15 | - DOCU: |
|---|
| 16 | 16 | changed the organisation of the documentation |
|---|
| | 17 | - ENGINE: |
|---|
| | 18 | ./vhcs2-dmn-mngr |
|---|
| | 19 | fixed bug #61: wrong check type |
|---|
| 17 | 20 | |
|---|
| 18 | 21 | 2007-02-01 Benedikt Heintel |
|---|
| r281 |
r283 |
|
| 3678 | 3678 | |
|---|
| 3679 | 3679 | # check wether AWStats is enabled |
|---|
| 3680 | | if ($awstats_dir != 'no') { |
|---|
| | 3680 | if ($awstats_dir ne 'no') { |
|---|
| 3681 | 3681 | $rs = dmn_add_awstats_data($dmn_data); |
|---|
| 3682 | 3682 | |
|---|
| … | … | |
| 3780 | 3780 | |
|---|
| 3781 | 3781 | # check wether AWStats is enabled |
|---|
| 3782 | | if ($awstats_dir != 'no') { |
|---|
| | 3782 | if ($awstats_dir ne 'no') { |
|---|
| 3783 | 3783 | $rs = dmn_del_awstats_data($dmn_data); |
|---|
| 3784 | 3784 | |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>