| Subject: | Should be if(preg_match("/^[0-9]*\$/",$key)) $key = "n$key"; |
| 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 |
|
|
| |
1. Should be if(preg_match("/^[0-9]*\$/",$key)) $key = "n$key"; |
|
Reply |
|
|
 jason | 2007-12-28 18:44:09 |
Should be if(preg_match("/^[0-9]*\$/",$key)) $key = "n$key";
|
| |
2. Re: Should be if(preg_match("/^[0-9]*\$/",$key)) $key = "n$key"; |
|
Reply |
|
|
 jason | 2007-12-28 18:45:59 - In reply to message 1 from jason |
Correction, should be if(preg_match("/^[0-9]/",$key)) $key = "n$key";
|
|