| 
| Subject: | Should be... | 
|---|
 | Summary: | Package rating comment | 
|---|
 | Messages: | 2 | 
|---|
 | Author: | jason | 
|---|
 | Date: | 2007-12-28 18:44:09 | 
|---|
 | Update: | 2007-12-28 18:45:59 | 
|---|
 |  |  |  | 
jason rated this package as follows:
| Utility: | Good | 
|---|
| Consistency: | Sufficient | 
|---|
|  | 
  jason - 2007-12-28 18:44:09Should be if(preg_match("/^[0-9]*\$/",$key)) $key = "n$key";
 
 
  jason - 2007-12-28 18:45:59 - In reply to message 1 from jasonCorrection, should be if(preg_match("/^[0-9]/",$key)) $key = "n$key";
 
 
 |