Subversion Repositories SmartDukaan

Rev

Rev 25940 | Rev 25982 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25940 Rev 25942
Line 265... Line 265...
265
			}
265
			}
266
			if(args.containsOption("mailDashboardScreenshots")) {
266
			if(args.containsOption("mailDashboardScreenshots")) {
267
				runOnceTasks.mailDashboardScreenshots();
267
				runOnceTasks.mailDashboardScreenshots();
268
			}
268
			}
269
			if(args.containsOption("notifyLead")) {
269
			if(args.containsOption("notifyLead")) {
270
				//scheduledTasks.notifyLead();
270
				scheduledTasks.notifyLead();
271
				scheduledTasks.notifyVisits();
271
				scheduledTasks.notifyVisits();
272
			}
272
			}
273
			System.exit(0);
273
			System.exit(0);
274
		}
274
		}
275
	}
275
	}