Index: trunk/phase3/maintenance/storage/compressOld.php |
— | — | @@ -70,7 +70,7 @@ |
71 | 71 | |
72 | 72 | $type = $this->getOption( 'type', 'concat' ); |
73 | 73 | $chunkSize = $this->getOption( 'chunksize', 20 ); |
74 | | - $startId = $this->getOption( 'start-id', 0 ); |
| 74 | + $startId = $this->getOption( 'startid', 0 ); |
75 | 75 | $beginDate = $this->getOption( 'begin-date', '' ); |
76 | 76 | $endDate = $this->getOption( 'end-date', '' ); |
77 | 77 | $extDB = $this->getOption( 'extdb', '' ); |