]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/util.php
ignore oid_.* tables when generating classes
[quix0rs-gnu-social.git] / lib / util.php
index 32aacbe5b24305176c14e1cdaa2209bcea047c3e..b78edc93cc4ef4158fbc999e8e43a98f881cd9ac 100644 (file)
@@ -168,7 +168,7 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=
        }
        
        common_element('script', array('type' => 'text/javascript',
-                                                                  'src' => common_path('js/jsquery.min.js')),
+                                                                  'src' => common_path('js/jquery.min.js')),
                                   ' ');
                                                 
        if ($callable) {