Changeset d96d1cd9bcece4610ba4d57473120e811814fa87
- Timestamp:
- 01/20/07 22:24:19
(2 years ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1169328259 +0100
- git-parent:
[1a8579cacc5c91bed836aafeff11b9644397fb6a]
- git-author:
- Christopher Jung <bktheg@web.de> 1169328259 +0100
- Message:
Typo gefixt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re3e9322 |
rd96d1cd |
|
| 79 | 79 | SQLResultRow row = new SQLResultRow(); |
|---|
| 80 | 80 | row.put("id", 0); |
|---|
| 81 | | row.put("name", "Hauptverzeichniss"); |
|---|
| | 81 | row.put("name", "Hauptverzeichnis"); |
|---|
| 82 | 82 | row.put("flags", 0); |
|---|
| 83 | 83 | return new Ordner( row ); |
|---|
| r264cd5a |
rd96d1cd |
|
| 725 | 725 | |
|---|
| 726 | 726 | t.set_var( "availordner.id", 0, |
|---|
| 727 | | "availordner.name", "Hauptverzeichniss" ); |
|---|
| | 727 | "availordner.name", "Hauptverzeichnis" ); |
|---|
| 728 | 728 | |
|---|
| 729 | 729 | t.parse("availordner.list", "availordner.listitem", true); |
|---|