Restore change in BaseHolidayPeer.php class
This commit is contained in:
@@ -8,7 +8,7 @@ include_once 'classes/model/Holiday.php';
|
|||||||
/**
|
/**
|
||||||
* Base static class for performing query and update operations on the 'HOLIDAY' table.
|
* Base static class for performing query and update operations on the 'HOLIDAY' table.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @package workflow.classes.model.om
|
* @package workflow.classes.model.om
|
||||||
*/
|
*/
|
||||||
@@ -348,8 +348,8 @@ abstract class BaseHolidayPeer
|
|||||||
$criteria = $values->buildCriteria(); // build Criteria from Holiday object
|
$criteria = $values->buildCriteria(); // build Criteria from Holiday object
|
||||||
}
|
}
|
||||||
|
|
||||||
//$criteria->remove(HolidayPeer::HLD_UID); // remove pkey col since this table uses auto-increment
|
$criteria->remove(HolidayPeer::HLD_UID); // remove pkey col since this table uses auto-increment
|
||||||
|
|
||||||
|
|
||||||
// Set the correct dbName
|
// Set the correct dbName
|
||||||
$criteria->setDbName(self::DATABASE_NAME);
|
$criteria->setDbName(self::DATABASE_NAME);
|
||||||
|
|||||||
Reference in New Issue
Block a user