Changeset 440 for trunk/Common/Forms.php
- Timestamp:
- Oct 13, 2012, 6:28:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Forms.php
r439 r440 1 1 <?php 2 2 3 include_once( '../form_classes.php');4 include_once( 'Database.php');3 include_once(dirname(__FILE__).'/../form_classes.php'); 4 include_once(dirname(__FILE__).'/Database.php'); 5 5 6 6 class Form
Note:
See TracChangeset
for help on using the changeset viewer.