Rename *_inc.php files to drop the '_inc'

This commit is contained in:
Jonathan Ernst
2004-12-25 20:51:07 +00:00
committed by WineHQ
parent 9bad35ad0a
commit 8b412e4de1
5 changed files with 123 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
<?php
/*************************************************************/
/* query class */
/* (de)compose/exec queries */
/* this should have query_inc.php's query preprocessing etc. */
/*************************************************************/
/*********************************************************/
/* query class */
/* (de)compose/exec queries */
/* this should have query.php's query preprocessing etc. */
/*********************************************************/
class qclass {