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) {
|
if (count($_GET)>0) {
|
||||||
//create the vcard object
|
//create the vcard object
|
||||||
require_once "includes/class_vcard.php";
|
require_once "resources/classes/vcard.php";
|
||||||
$vcard = new vcard();
|
$vcard = new vcard();
|
||||||
|
|
||||||
//get the contact id
|
//get the contact id
|
||||||
|
|
|
||||||
|
|
@ -554,7 +554,7 @@
|
||||||
</src>
|
</src>
|
||||||
<src>
|
<src>
|
||||||
<type>file</type>
|
<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>
|
<last_mod>Tue, 08 Jun 2010 00:32:38 GMT</last_mod>
|
||||||
<md5>720e638a94af0dbb374d746a42ef46de</md5>
|
<md5>720e638a94af0dbb374d746a42ef46de</md5>
|
||||||
<size>6073</size>
|
<size>6073</size>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue