removed tc_parent, tc_child, and tc_aaronic tables, moved required info into tc_indiv...
[eq/.git] / bin / check_config_syntax
1 #!/bin/bash
2
3 perl ../setup/db_config
4 [ $? == 0 ] && echo "No syntax errors detected in ../setup/db_config"
5 php -l ../setup/eq_config
6