Update of
/var/cvs/Geeklog-2.x/Geeklog-2.x/plugins/link/views
In directory iowaoutdoors:/tmp/cvs-serv17605
Modified Files:
link_LinkEditorView.php link_ShowLinksAdminView.php
Log Message:
Fixed case mismatch on require,
Index: link_ShowLinksAdminView.php
============================================================
=======
RCS file:
/var/cvs/Geeklog-2.x/Geeklog-2.x/plugins/link/views/link_Sho
wLinksAdminView.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** link_ShowLinksAdminView.php 19 May 2006 18:48:23
-0000 1.8
--- link_ShowLinksAdminView.php 6 Jul 2006 14:04:36
-0000 1.9
***************
*** 18,22 ****
* Link model object
*/
! require_once 'plugins/link/models/GL2Link.php';
/**
--- 18,22 ----
* Link model object
*/
! require_once 'plugins/link/models/Gl2Link.php';
/**
***************
*** 174,176 ****
}
! ?>
\ No newline at end of file
--- 174,176 ----
}
! ?>
Index: link_LinkEditorView.php
============================================================
=======
RCS file:
/var/cvs/Geeklog-2.x/Geeklog-2.x/plugins/link/views/link_Lin
kEditorView.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** link_LinkEditorView.php 19 May 2006 20:50:50 -0000 1.9
--- link_LinkEditorView.php 6 Jul 2006 14:04:36 -0000 1.10
***************
*** 18,22 ****
* Link model object
*/
! require_once 'plugins/link/models/GL2Link.php';
/**
--- 18,22 ----
* Link model object
*/
! require_once 'plugins/link/models/Gl2Link.php';
/**
***************
*** 291,293 ****
}
! ?>
\ No newline at end of file
--- 291,293 ----
}
! ?>
_______________________________________________
geeklog2-cvs mailing list
geeklog2-cvs lists.geeklog.net
http://lists.geeklog.net/mailman/listinfo/geeklog2-cvs
|