Adding fix for session loose at time to load inexistent png file.

This commit is contained in:
ralph
2012-12-11 15:10:02 -04:00
parent 3d5d129c6b
commit 274add8cbf
5 changed files with 25 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
require_once 'propel/util/BasePeer.php';
// The object class -- needed for instanceof checks in this class.
// actual class may be a subclass -- as returned by AppNotesPeer::getOMClass()
include_once 'classes/model/AppNotes.php';
//include_once 'classes/model/AppNotes.php';
/**
* Base static class for performing query and update operations on the 'APP_NOTES' table.