Skip to content

Commit

Permalink
Removed done TODO. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Hartwich committed Feb 10, 2012
1 parent 9be9bda commit c87170f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/gratisdns.php
Expand Up @@ -162,7 +162,6 @@ function createRecord($domain, $type, $host, $data, $ttl = false, $preference =
case 'AAAA':
$post_array['host'] = $host;
$post_array['ip'] = $data;
#TODO: If ttl, $this->updateRecord();
break;
case 'CNAME':
$post_array['host'] = $host;
Expand Down

0 comments on commit c87170f

Please sign in to comment.