Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
Conflicts: airtime_mvc/application/common/Database.php
This commit is contained in:
commit
0ae1b9fea6
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
class Application_Common_Database{
|
||||
class Application_Common_Database
|
||||
{
|
||||
|
||||
public static function prepareAndExecute($sql, $paramValueMap, $type='all')
|
||||
{
|
||||
$con = Propel::getConnection();
|
||||
|
|
Loading…
Reference in New Issue