8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
|
|
<?
|
||
|
|
|
||
|
|
if($increment == 0) {
|
||
|
|
echo $ajax->link('Add A Contact to this New Customer', array('controller' => 'contacts', 'action' => 'add_another',0), array('update'=>'contacts0'));
|
||
|
|
}
|
||
|
|
?>
|
||
|
|
|