List of all printf(), sprintf(), etc. formats strings mentioned in the code..
| Value | Count | File:Line |
|---|---|---|
| "UPDATE note SET data='%s' WHERE id='%s' AND deleted=0;" | 1 |
|
| "INSERT INTO attribute (%s) VALUES (:%s)" | 1 |
|
| "INSERT INTO product_family_attribute (%s) VALUES (:%s)" | 1 |
|
| "UPDATE channel SET `code` = '%s' WHERE id = '%s';" | 1 |
|
| 'Product and Attribute cannot be empty' | 1 |
|
| 'Product Family attribute cannot be changed' | 1 |
|
| 'Such product attribute \'%s\' already exists' | 1 |
|
| 'Product Family attribute cannot be deleted' | 1 |
|
| "UPDATE product SET brand_id = null WHERE brand_id IN ('%s');" | 1 |
|
| "INSERT INTO product_attribute_value (%s) VALUES (:%s)" | 2 |
|