Changeset 26236 for branches/eam_branches/20091113/ippTools/src/pxadmin.c
- Timestamp:
- Nov 20, 2009, 4:13:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091113/ippTools/src/pxadmin.c
r25851 r26236 114 114 psFree(query); 115 115 116 if (!insert_dbversion(config, PACKAGE_VERSION)) {116 if (!insert_dbversion(config, IPPDB_VERSION)) { 117 117 psError(PS_ERR_UNKNOWN, false, "failed to set database version"); 118 118 return false; … … 155 155 psFree(query); 156 156 157 if (!insert_dbversion(config, PACKAGE_VERSION)) {157 if (!insert_dbversion(config, IPPDB_VERSION)) { 158 158 psError(PS_ERR_UNKNOWN, false, "failed to set database version"); 159 159 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
