Index: customcssjs/customcssjs.module
===================================================================
--- customcssjs/customcssjs.module	(revision 4161)
+++ customcssjs/customcssjs.module	(working copy)
@@ -37,14 +37,14 @@
   if (!empty($css_path)) {
     $css_files = file_scan_directory(
       $basecamino .'/'. $css_path, "css", array('.','..','CVS'),
-      _customcssjs_add_css, // Callback function for adding the CSS
+      '_customcssjs_add_css', // Callback function for adding the CSS
       FALSE, 'filename', 0 ) ;
   }
   $js_path = variable_get('customcssjs_js', array()) ;
   if (!empty($js_path)) {
     $js_files = file_scan_directory(
       $basecamino .'/'. $js_path, "js", array('.','..','CVS'),
-      _customcssjs_add_js, // Callback function for adding the JS
+      '_customcssjs_add_js', // Callback function for adding the JS
       FALSE, 'filename', 0 ) ;
   }
 }
