Change the links referring to class_vcard.php.
This commit is contained in:
parent
bcd2602ac2
commit
0049d5d7bd
|
|
@ -36,7 +36,7 @@ else {
|
|||
|
||||
if (count($_GET)>0) {
|
||||
//create the vcard object
|
||||
require_once "includes/class_vcard.php";
|
||||
require_once "resources/classes/vcard.php";
|
||||
$vcard = new vcard();
|
||||
|
||||
//get the contact id
|
||||
|
|
|
|||
|
|
@ -554,7 +554,7 @@
|
|||
</src>
|
||||
<src>
|
||||
<type>file</type>
|
||||
<path>/includes/class_vcard.php</path>
|
||||
<path>resources/classes/vcard.php</path>
|
||||
<last_mod>Tue, 08 Jun 2010 00:32:38 GMT</last_mod>
|
||||
<md5>720e638a94af0dbb374d746a42ef46de</md5>
|
||||
<size>6073</size>
|
||||
|
|
|
|||
Loading…
Reference in New Issue