CC-4961: Show linking

Removed stamp tables
This commit is contained in:
denise 2013-04-12 10:52:13 -04:00
parent 9b2fb3bece
commit 9b4a0ba9c1
43 changed files with 55 additions and 10288 deletions

View file

@ -382,9 +382,6 @@ abstract class BaseCcBlockPeer {
// Invalidate objects in CcBlockcriteriaPeer instance pool,
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
CcBlockcriteriaPeer::clearInstancePool();
// Invalidate objects in CcStampContentsPeer instance pool,
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
CcStampContentsPeer::clearInstancePool();
}
/**