Development

Changeset 13395

You must first sign up to be able to contribute.

Changeset 13395

Show
Ignore:
Timestamp:
11/27/08 10:56:00 (1 year ago)
Author:
Jonathan.Wage
Message:

Fixing typo (closes #4665)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/forms_book/en/04-Propel-Integration.txt

    r12802 r13395  
    313313 
    314314    [php] 
    315     // apps/frontend/modules/author/templates/editSuccess.class.php 
     315    // apps/frontend/modules/author/templates/editSuccess.php 
    316316    <?php $author = $form->getObject() ?> 
    317317    <h1><?php echo $author->isNew() ? 'New' : 'Edit' ?> Author</h1> 
  • doc/branches/1.1/forms_book/en/11-Doctrine-Integration.txt

    r13055 r13395  
    337337 
    338338    [php] 
    339     // apps/frontend/modules/author/templates/editSuccess.class.php 
     339    // apps/frontend/modules/author/templates/editSuccess.php 
    340340    <?php $author = $form->getObject() ?> 
    341341    <h1><?php echo $author->isNew() ? 'New' : 'Edit' ?> Author</h1> 
  • doc/branches/1.1/forms_book/fr/04-Propel-Integration.txt

    r12802 r13395  
    312312 
    313313    [php] 
    314     // apps/frontend/modules/author/templates/editSuccess.class.php 
     314    // apps/frontend/modules/author/templates/editSuccess.php 
    315315    <?php $author = $form->getObject() ?> 
    316316    <h1><?php echo $author->isNew() ? 'New' : 'Edit' ?> Author</h1> 
  • doc/branches/1.2/forms_book/en/04-Propel-Integration.txt

    r12802 r13395  
    313313 
    314314    [php] 
    315     // apps/frontend/modules/author/templates/editSuccess.class.php 
     315    // apps/frontend/modules/author/templates/editSuccess.php 
    316316    <?php $author = $form->getObject() ?> 
    317317    <h1><?php echo $author->isNew() ? 'New' : 'Edit' ?> Author</h1> 
  • doc/branches/1.2/forms_book/en/11-Doctrine-Integration.txt

    r13055 r13395  
    337337 
    338338    [php] 
    339     // apps/frontend/modules/author/templates/editSuccess.class.php 
     339    // apps/frontend/modules/author/templates/editSuccess.php 
    340340    <?php $author = $form->getObject() ?> 
    341341    <h1><?php echo $author->isNew() ? 'New' : 'Edit' ?> Author</h1> 
  • doc/branches/1.2/forms_book/fr/04-Propel-Integration.txt

    r12802 r13395  
    312312 
    313313    [php] 
    314     // apps/frontend/modules/author/templates/editSuccess.class.php 
     314    // apps/frontend/modules/author/templates/editSuccess.php 
    315315    <?php $author = $form->getObject() ?> 
    316316    <h1><?php echo $author->isNew() ? 'New' : 'Edit' ?> Author</h1> 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.