Fixed missing / separator
authorfiedorow <fiedorow>
Fri, 31 Dec 2004 15:41:23 +0000 (15:41 +0000)
committerfiedorow <fiedorow>
Fri, 31 Dec 2004 15:41:23 +0000 (15:41 +0000)
lib/datalib.php

index 1edfa935e0372db9bc9fd82ad11d885f4ccb084a..47fd71132e45e84f1508a400d8ce8cf67ff70aae 100644 (file)
@@ -563,7 +563,7 @@ function get_record_sql($sql) {
             notify('Very strange error in get_record_sql !');
             print_object($rs);
         }
-        print_continue($CFG->wwwroot . $CFG->admin .'/config.php');
+        print_continue("$CFG->wwwroot/$CFG->admin/config.php");
     }
 }