Restore change in BaseHolidayPeer.php class

This commit is contained in:
Julio Cesar Laura
2014-09-11 11:59:02 -04:00
parent d162920feb
commit a28ed51403

View File

@@ -8,7 +8,7 @@ include_once 'classes/model/Holiday.php';
/**
* Base static class for performing query and update operations on the 'HOLIDAY' table.
*
*
*
*
* @package workflow.classes.model.om
*/
@@ -348,8 +348,8 @@ abstract class BaseHolidayPeer
$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
$criteria->setDbName(self::DATABASE_NAME);