~desarrollokumbia/kumbia/ActiveRecord

« back to all changes in this revision

Viewing changes to db_pool/db_pool.php

  • Committer: Andres Felipe Gutierrez
  • Date: 2010-03-01 02:32:46 UTC
  • Revision ID: andresgutierrez@macbook.local-20100301023246-tx89y98niocatuuj
Cambiando pasword por password

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
        $config = $databases[$connection];
73
73
                
74
74
                // carga los valores por defecto para la conexion
75
 
                $default = array ('port' => 0, 'dbname' => NULL, 'host' => 'localhost', 'username' => NULL, 'pasword' => NULL);
 
75
                $default = array ('port' => 0, 'dbname' => NULL, 'host' => 'localhost', 'username' => NULL, 'password' => NULL);
76
76
                $config = $config + $default;
77
77
 
78
78
        try {