opps ...
authorRoland Häder <roland@mxchange.org>
Fri, 10 Jun 2011 22:24:12 +0000 (22:24 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 10 Jun 2011 22:24:12 +0000 (22:24 +0000)
inc/wrapper-functions.php

index 11ef1ef287f346d112133131bcb33ed652ee1963..ffd748ab413feec03d9b2724367adb74e0c392ae 100644 (file)
@@ -2431,7 +2431,7 @@ function changeDataInInclude ($FQFN, $comment, $prefix, $suffix, $DATA, $seek=0)
 }
 
 // Wrapper for changing entries in config-local.php
-function changeDataInInclude ($comment, $prefix, $suffix, $DATA, $seek = 0) {
+function changeDataInLocalConfigurationFile ($comment, $prefix, $suffix, $DATA, $seek = 0) {
        // Call the inner function
        return changeDataInInclude(getCachePath() . 'config-local.php', $comment, $prefix, $suffix, $DATA, $seek);
 }