* parse function reply properly
[citadel.git] / ctdlphp / ctdlprotocol.php
index 93ff6f7d4f9c7381f005e3637901d18dbb3447f2..4b921f223580f36b81a5d05354cf3ca07ba76525 100644 (file)
@@ -708,7 +708,7 @@ function ctdl_msg4_from_server() {
 
 
 
-function downoad_attachment($msgnum, $attindex)
+function download_attachment($msgnum, $attindex)
 {
        $command = "DLAT ".$msgnum."|".$attindex;
        serv_puts($command);