hey

I have this database.yml file :

dev:
  collect:
    param:
      classname:  DebugPDO

all:
  collect:
    class:        sfPropelDatabase
    param:
      classname:  PropelPDO
      dsn:        mysql:dbname=collect;host=localhost
      username:   root
      password:
      encoding:   utf8
      persistent: true
      pooling:    true


when I lauch this task :
./symfony propel:build-all-load

It stop at  with this file : sfPropelInsertSqlTask
with this notice
Notice: Undefined variable: ret in
/home/omansour/workspace/pmsicollect_trunk/lib/vendor/symfony/lib/plugins/sfPropelPlugin/lib/task/sfPropelInsertSqlTask.class.php
on line 129


with ./symfony propel:build-all-load --connection=collect
 it works fine

is it normal or a small bug ?

thanks

-- 
Olivier Mansour
[EMAIL PROTECTED]
http://www.glagla.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to