|
Revision 643, 279 bytes
(checked in by nate, 3 years ago)
|
- Applied patch found in ticket [352] that fixes a bug in post.php in an incorrect table join ( it now correctly joins on the uuid instead of the id).
- Applied patch found in ticket [354] ( with a minor tweak ) that fixes many spelling errors.
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $modules["base"]["name"] = "phpBMS base"; |
|---|
| 4 | |
|---|
| 5 | $modules["base"]["version"] = 0.98; |
|---|
| 6 | |
|---|
| 7 | $modules["base"]["description"] = |
|---|
| 8 | "The basic phpBMS framework. This is the minimum module required in order for the web application to work."; |
|---|
| 9 | |
|---|
| 10 | $modules["base"]["requirements"] = ""; |
|---|
| 11 | |
|---|
| 12 | ?> |
|---|