Development

Changeset 10269

You must first sign up to be able to contribute.

Changeset 10269

Show
Ignore:
Timestamp:
07/13/08 23:39:11 (4 months ago)
Author:
Carl.Vondrick
Message:

forms book: fixed #3939

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/forms_book/fr/01-Form-Creation.txt

    r9638 r10269  
    389389    class ContactForm extends sfForm 
    390390    { 
    391       protected $subjects = array('Subject A', 'Subject B', 'Subject C'); 
     391      protected static $subjects = array('Subject A', 'Subject B', 'Subject C'); 
    392392 
    393393      public function configure()