Bug #286
sourcename cannot start with a number after "source-"
| Status: | Closed | Start: | 03/16/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | tshif | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - |
Description
If you name a source for instance "source-411_CA.php" it will not work. "source-CA_411.php" does work (as name, still working on the source itself ;-) )
This costed me a few hours to figure out.....
History
Updated by tshif over 1 year ago
- Status changed from New to Closed
- Assigned to set to tshif
- % Done changed from 0 to 100
This has been added to the documentation.
Naming Conventions
All Data source scripts are named in the format source-sourcename.php. NOTE: The first character after "source-" must not be numeric.
Example: If you name a source "source-411_CA.php" it will not work. "source-CA_411.php" does work.