Changeset 5905
- Timestamp:
- 08/20/2007 06:18:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/xmlrpc.php
r5730 r5905 1034 1034 if(isset($content_struct["mt_allow_pings"])) { 1035 1035 if(!is_numeric($content_struct["mt_allow_pings"])) { 1036 switch($content ["mt_allow_pings"]) {1036 switch($content_struct["mt_allow_pings"]) { 1037 1037 case "closed": 1038 1038 $ping_status = "closed"; … … 1246 1246 if(isset($content_struct["mt_allow_pings"])) { 1247 1247 if(!is_numeric($content_struct["mt_allow_pings"])) { 1248 switch($content ["mt_allow_pings"]) {1248 switch($content_struct["mt_allow_pings"]) { 1249 1249 case "closed": 1250 1250 $ping_status = "closed";
Note: See TracChangeset
for help on using the changeset viewer.