Changeset 1196 for trunk/unxsISP/interfaces/customer/product.c
- Timestamp:
- 02/18/10 13:31:33 (2 years ago)
- Files:
-
- 1 modified
-
trunk/unxsISP/interfaces/customer/product.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/unxsISP/interfaces/customer/product.c
r574 r1196 12 12 13 13 #include "interface.h" 14 staticunsigned uProduct=0;14 unsigned uProduct=0; 15 15 static unsigned uStep=0; 16 16 17 staticunsigned uServices[100]={0};18 staticunsigned uServiceStartPoint[100]={0};19 staticunsigned uServiceEndPoint[100]={0};20 staticchar cParameterInput[100][100]={""}; //tClientConfig.cValue17 unsigned uServices[100]={0}; 18 unsigned uServiceStartPoint[100]={0}; 19 unsigned uServiceEndPoint[100]={0}; 20 char cParameterInput[100][100]={""}; //tClientConfig.cValue 21 21 static char cParameterLabel[100][100]={""}; //tParameter.cISMName 22 staticchar cParameterName[100][100]={""}; //tParameter.cParameter22 char cParameterName[100][100]={""}; //tParameter.cParameter 23 23 static char *cParameterStyle[100]; 24 24 25 staticunsigned uParameterCount=0;26 staticunsigned uServicesCount=0;25 unsigned uParameterCount=0; 26 unsigned uServicesCount=0; 27 27 static unsigned uPrevStatus=0; 28 28 MYSQL MysqlExt;
